5 references to SwitchValue
System.Configuration.ConfigurationManager (5)
System\Diagnostics\SourceElementsCollection.cs (1)
76
if (!string.IsNullOrEmpty(SwitchName) && !string.IsNullOrEmpty(
SwitchValue
))
System\Diagnostics\TraceConfiguration.cs (4)
56
if (!string.IsNullOrEmpty(sourceElement.
SwitchValue
))
58
traceSource.Switch.Level = Enum.Parse<SourceLevels>(sourceElement.
SwitchValue
);
75
if (!string.IsNullOrEmpty(sourceElement.
SwitchValue
))
77
traceSource.Switch.Level = Enum.Parse<SourceLevels>(sourceElement.
SwitchValue
);