2 writes to ParentSwitch
mscorlib (2)
system\diagnostics\logswitch.cs (2)
50ParentSwitch = parent; 69ParentSwitch = null;
5 references to ParentSwitch
mscorlib (5)
system\diagnostics\logswitch.cs (5)
95get { return ParentSwitch; } 111String strParentName = ParentSwitch!=null ? ParentSwitch.Name : ""; 127if (this.ParentSwitch == null) 130return this.ParentSwitch.CheckLevel (level);