4 references to WriteIndent
System (4)
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
();