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