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