public void AddIncomingPath(CodePath previous) { if (!IncomingPaths.Contains(previous)) IncomingPaths.Add(previous); }