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