1 write to t_indentLevel
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (1)
42t_indentLevel = value < 0 ? 0 : value;
2 references to t_indentLevel
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (2)
39get => t_indentLevel; 43s_provider.OnIndentLevelChanged(t_indentLevel);