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