1 write to indent
System (1)
compmod\system\codedom\compiler\IndentTextWriter.cs (1)
445
this.
indent
= indent;
2 references to indent
System (2)
compmod\system\codedom\compiler\IndentTextWriter.cs (2)
453
StringBuilder sb = new StringBuilder(
indent
* tabString.Length);
454
for( int i = 0; i <
indent
; i++) {