3 writes to NeedIndent
System (3)
compmod\system\diagnostics\DefaultTraceListener.cs (1)
209NeedIndent = true;
compmod\system\diagnostics\TextWriterTraceListener.cs (1)
174NeedIndent = true;
compmod\system\diagnostics\TraceListener.cs (1)
257NeedIndent = false;
5 references to NeedIndent
System (5)
compmod\system\diagnostics\DefaultTraceListener.cs (2)
163if (NeedIndent) WriteIndent(); 205if (NeedIndent) WriteIndent();
compmod\system\diagnostics\TextWriterTraceListener.cs (2)
158if (NeedIndent) WriteIndent(); 171if (NeedIndent) WriteIndent();
compmod\system\diagnostics\TraceListener.cs (1)
254/// class, and resets the <see cref='TraceListener.NeedIndent'/> property to <see langword='false'/>.</para>