Beispiel #1
0
 internal virtual void DoNotInclude(QCandidate a_root)
 {
     if (DTrace.enabled)
     {
         DTrace.Donotinclude.Log(Id());
     }
     if (i_parent != null)
     {
         i_parent.Visit1(a_root, this, false);
     }
     else
     {
         a_root.DoNotInclude();
     }
 }