5 writes to IndentLevel
System.Diagnostics.TraceSource (3)
System\Diagnostics\TraceInternal.cs (3)
121Debug.IndentLevel = value; 140Debug.IndentLevel++; 145Debug.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)
73defaultListener.IndentLevel = Debug.IndentLevel; 117get { return Debug.IndentLevel; }
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebugProvider.cs (1)
103int indentCount = Debug.IndentSize * Debug.IndentLevel;