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