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