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