2 writes to IndentSize
System (2)
compmod\system\diagnostics\Debug.cs (1)
72
set { TraceInternal.
IndentSize
= value; }
compmod\system\diagnostics\Trace.cs (1)
97
set { TraceInternal.
IndentSize
= value; }
3 references to IndentSize
System (3)
compmod\system\diagnostics\Debug.cs (1)
70
get { return TraceInternal.
IndentSize
; }
compmod\system\diagnostics\Trace.cs (1)
95
get { return TraceInternal.
IndentSize
; }
compmod\system\diagnostics\TraceListeners.cs (1)
138
listener.IndentSize = TraceInternal.
IndentSize
;