10 references to DiagnosticsConfiguration
System.Configuration.ConfigurationManager (10)
System\Diagnostics\ListenerElementsCollection.cs (4)
191
if (
DiagnosticsConfiguration
.SharedListeners == null)
196
ListenerElement sharedListener =
DiagnosticsConfiguration
.SharedListeners[Name];
317
if (
DiagnosticsConfiguration
.SharedListeners == null)
322
ListenerElement sharedListener =
DiagnosticsConfiguration
.SharedListeners[Name];
System\Diagnostics\TraceConfiguration.cs (5)
32
private static void RefreshingConfiguration(object sender, EventArgs e) =>
DiagnosticsConfiguration
.Refresh();
39
SourceElementsCollection sources =
DiagnosticsConfiguration
.Sources;
156
TraceSection traceSection =
DiagnosticsConfiguration
.SystemDiagnosticsSection?.Trace;
164
ListenerElementsCollection listeners =
DiagnosticsConfiguration
.SystemDiagnosticsSection?.Trace.Listeners;
182
SwitchElementsCollection switchSettings =
DiagnosticsConfiguration
.SwitchSettings;
System\Diagnostics\TraceUtils.cs (1)
76
string filePath =
DiagnosticsConfiguration
.ConfigFilePath;