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)
308s_autoFlush = DiagnosticsConfiguration.AutoFlush; 309s_useGlobalLock = DiagnosticsConfiguration.UseGlobalLock; 325Debug.IndentSize = DiagnosticsConfiguration.IndentSize;