1 write to t_indentLevel
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (1)
42
t_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)
39
get =>
t_indentLevel
;
43
s_provider.OnIndentLevelChanged(
t_indentLevel
);