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)
51if (!string.IsNullOrEmpty(sourceElement.SwitchName)) 53CreateSwitch(sourceElement.SwitchType, sourceElement.SwitchName); 65else if (!string.IsNullOrEmpty(sourceElement.SwitchName)) 68if (sourceElement.SwitchName != traceSource.Switch.DisplayName) 69CreateSwitch(sourceElement.SwitchType, sourceElement.SwitchName);