7 references to SwitchValue
System (7)
compmod\system\diagnostics\SourceElementsCollection.cs (1)
118if (!String.IsNullOrEmpty(SwitchName) && !String.IsNullOrEmpty(SwitchValue))
compmod\system\diagnostics\TraceSource.cs (6)
88if (!String.IsNullOrEmpty(sourceElement.SwitchValue)) 89internalSwitch.Level = (SourceLevels) Enum.Parse(typeof(SourceLevels), sourceElement.SwitchValue); 192if (!String.IsNullOrEmpty(sourceElement.SwitchValue)) 193internalSwitch.Level = (SourceLevels) Enum.Parse(typeof(SourceLevels), sourceElement.SwitchValue); 205if (!String.IsNullOrEmpty(sourceElement.SwitchValue)) 206internalSwitch.Level = (SourceLevels) Enum.Parse(typeof(SourceLevels), sourceElement.SwitchValue);