2 writes to IndentLevel
System (2)
compmod\system\diagnostics\Debug.cs (1)
63
set { TraceInternal.
IndentLevel
= value; }
compmod\system\diagnostics\Trace.cs (1)
85
set { TraceInternal.
IndentLevel
= value; }
3 references to IndentLevel
System (3)
compmod\system\diagnostics\Debug.cs (1)
61
get { return TraceInternal.
IndentLevel
; }
compmod\system\diagnostics\Trace.cs (1)
83
get { return TraceInternal.
IndentLevel
; }
compmod\system\diagnostics\TraceListeners.cs (1)
139
listener.IndentLevel = TraceInternal.
IndentLevel
;