5 writes to IndentLevel
System.Diagnostics.TraceSource (3)
System\Diagnostics\TraceInternal.cs (3)
122Debug.IndentLevel = value; 141Debug.IndentLevel++; 146Debug.IndentLevel--;
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
66IndentLevel++; 70IndentLevel--;
3 references to IndentLevel
System.Diagnostics.TraceSource (2)
System\Diagnostics\TraceInternal.cs (2)
74defaultListener.IndentLevel = Debug.IndentLevel; 118get { return Debug.IndentLevel; }
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.cs (1)
103int indentCount = Debug.IndentSize * Debug.IndentLevel;