2 writes to AutoFlush
System (2)
compmod\system\diagnostics\Debug.cs (1)
52TraceInternal.AutoFlush = value;
compmod\system\diagnostics\Trace.cs (1)
53TraceInternal.AutoFlush = value;
38 references to AutoFlush
System (38)
compmod\system\diagnostics\Debug.cs (1)
47return TraceInternal.AutoFlush;
compmod\system\diagnostics\Trace.cs (1)
48return TraceInternal.AutoFlush;
compmod\system\diagnostics\TraceInternal.cs (36)
226if (AutoFlush) listener.Flush(); 235if (AutoFlush) listener.Flush(); 240if (AutoFlush) listener.Flush(); 251if (AutoFlush) listener.Flush(); 260if (AutoFlush) listener.Flush(); 265if (AutoFlush) listener.Flush(); 313if (AutoFlush) listener.Flush(); 319if (AutoFlush) listener.Flush(); 330if (AutoFlush) listener.Flush(); 335if (AutoFlush) listener.Flush(); 344if (AutoFlush) listener.Flush(); 349if (AutoFlush) listener.Flush(); 362if (AutoFlush) listener.Flush(); 371if (AutoFlush) listener.Flush(); 376if (AutoFlush) listener.Flush(); 387if (AutoFlush) listener.Flush(); 396if (AutoFlush) listener.Flush(); 401if (AutoFlush) listener.Flush(); 412if (AutoFlush) listener.Flush(); 421if (AutoFlush) listener.Flush(); 426if (AutoFlush) listener.Flush(); 437if (AutoFlush) listener.Flush(); 446if (AutoFlush) listener.Flush(); 451if (AutoFlush) listener.Flush(); 462if (AutoFlush) listener.Flush(); 471if (AutoFlush) listener.Flush(); 476if (AutoFlush) listener.Flush(); 487if (AutoFlush) listener.Flush(); 496if (AutoFlush) listener.Flush(); 501if (AutoFlush) listener.Flush(); 512if (AutoFlush) listener.Flush(); 521if (AutoFlush) listener.Flush(); 526if (AutoFlush) listener.Flush(); 537if (AutoFlush) listener.Flush(); 546if (AutoFlush) listener.Flush(); 551if (AutoFlush) listener.Flush();