6 references to SwitchName
System.Configuration.ConfigurationManager (6)
System\Diagnostics\SourceElementsCollection.cs (1)
76if (!string.IsNullOrEmpty(SwitchName) && !string.IsNullOrEmpty(SwitchValue))
System\Diagnostics\TraceConfiguration.cs (5)
48if (!string.IsNullOrEmpty(sourceElement.SwitchName)) 50CreateSwitch(sourceElement.SwitchType, sourceElement.SwitchName); 62else if (!string.IsNullOrEmpty(sourceElement.SwitchName)) 65if (sourceElement.SwitchName != traceSource.Switch.DisplayName) 66CreateSwitch(sourceElement.SwitchType, sourceElement.SwitchName);