4 references to switches
mscorlib (4)
system\bcldebug.cs (4)
194for (int i=0; i<switches.Length; i++) { 195if ((switches[i].value & facilityValue)!=0) { 196LogSwitch L = new LogSwitch(switches[i].name, switches[i].name, System.Diagnostics.Log.GlobalSwitch);