6 references to DisplayName
System (6)
compmod\system\diagnostics\Switch.cs (3)
158throw new ConfigurationErrorsException(SR.GetString(SR.BadConfigSwitchValue, DisplayName), e); 161throw new ConfigurationErrorsException(SR.GetString(SR.BadConfigSwitchValue, DisplayName), e); 164throw new ConfigurationErrorsException(SR.GetString(SR.BadConfigSwitchValue, DisplayName), e);
compmod\system\diagnostics\TraceSource.cs (1)
198if (sourceElement.SwitchName != internalSwitch.DisplayName)
compmod\system\diagnostics\TraceSwitch.cs (2)
103Trace.WriteLine(SR.GetString(SR.TraceSwitchLevelTooLow, DisplayName)); 107Trace.WriteLine(SR.GetString(SR.TraceSwitchLevelTooHigh, DisplayName));