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