5 references to DiagnosticsConfiguration
System.Diagnostics.TraceSource (5)
System\Diagnostics\DefaultTraceListener.cs (2)
99
_assertUIEnabled =
DiagnosticsConfiguration
.AssertUIEnabled;
100
_logFileName =
DiagnosticsConfiguration
.LogFileName;
System\Diagnostics\TraceInternal.cs (3)
308
s_autoFlush =
DiagnosticsConfiguration
.AutoFlush;
309
s_useGlobalLock =
DiagnosticsConfiguration
.UseGlobalLock;
325
Debug.IndentSize =
DiagnosticsConfiguration
.IndentSize;