2 writes to switchSettings
System (2)
compmod\system\diagnostics\Switch.cs (2)
243switchSettings = DiagnosticsConfiguration.SwitchSettings; 280switchSettings = null;
4 references to switchSettings
System (4)
compmod\system\diagnostics\Switch.cs (4)
186if (switchSettings == null) { 194if (switchSettings != null) { 195SwitchElement mySettings = switchSettings[displayName]; 236if (switchSettings != null)