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