1 write to indentSize
System (1)
compmod\system\diagnostics\TraceListener.cs (1)
125
indentSize
= value;
3 references to indentSize
System (3)
compmod\system\diagnostics\TraceListener.cs (3)
119
return
indentSize
;
259
if (
indentSize
== 4)
262
for (int j = 0; j <
indentSize
; j++) {