10 references to DisplayName
Microsoft.Extensions.Logging.TraceSource (1)
TraceSourceLoggerProvider.cs (1)
109
return string.IsNullOrEmpty(traceSource.Switch.
DisplayName
) == string.IsNullOrEmpty(traceSource.Name) &&
PresentationCore (2)
MS\Internal\MediaTrace.cs (2)
81
System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.
DisplayName
+ " : " + message);
124
System.Diagnostics.Trace.WriteLine(_switch.Description + " " + _switch.
DisplayName
+ " : " + message);
PresentationFramework (1)
MS\Internal\Documents\DocumentsTrace.cs (1)
138
System.Diagnostics.Trace.WriteLine($"{_switch.Description} {_switch.
DisplayName
} : {message}");
PresentationUI (2)
MS\Internal\Documents\Application\Trace.cs (2)
37
boolSwitch.
DisplayName
);
59
boolSwitch.
DisplayName
);
System.Configuration.ConfigurationManager (2)
System\Diagnostics\TraceConfiguration.cs (2)
65
if (sourceElement.SwitchName != traceSource.Switch.
DisplayName
)
182
SwitchElement mySettings = switchSettings[sw.
DisplayName
];
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceSwitch.cs (2)
84
Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooLow,
DisplayName
));
89
Trace.WriteLine(SR.Format(SR.TraceSwitchLevelTooHigh,
DisplayName
));