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)
29
private static void RefreshingConfiguration(object sender, EventArgs e) =>
DiagnosticsConfiguration
.Refresh();
36
SourceElementsCollection sources =
DiagnosticsConfiguration
.Sources;
153
TraceSection traceSection =
DiagnosticsConfiguration
.SystemDiagnosticsSection?.Trace;
161
ListenerElementsCollection listeners =
DiagnosticsConfiguration
.SystemDiagnosticsSection?.Trace.Listeners;
179
SwitchElementsCollection switchSettings =
DiagnosticsConfiguration
.SwitchSettings;
System\Diagnostics\TraceUtils.cs (1)
76
string filePath =
DiagnosticsConfiguration
.ConfigFilePath;