47 writes to Indent
System.CodeDom (47)
Microsoft\VisualBasic\VBCodeGenerator.cs (35)
806
Indent
++;
809
Indent
--;
878
Indent
++;
880
Indent
--;
1296
Indent
++;
1298
Indent
--;
1305
Indent
++;
1307
Indent
--;
1315
Indent
++;
1317
Indent
--;
1324
Indent
++;
1326
Indent
--;
1333
Indent
++;
1335
Indent
--;
1379
Indent
--;
1382
Indent
++;
1678
Indent
++;
1682
Indent
--;
1704
Indent
++;
1708
Indent
--;
1826
Indent
++;
1833
Indent
++;
1838
Indent
--;
1847
Indent
++;
1849
Indent
--;
1853
Indent
--;
1887
Indent
++;
1913
Indent
--;
1927
Indent
++;
1929
Indent
--;
1993
Indent
++;
2018
Indent
++;
2128
Indent
--;
2337
Indent
++;
2345
Indent
--;
System\CodeDom\Compiler\CodeGenerator.cs (12)
174
Indent
= 0;
179
Indent
= savedIndent;
688
Indent
= 0;
693
Indent
= savedIndent;
933
Indent
= 0;
938
Indent
= savedIndent;
1215
Indent
++;
1231
Indent
--;
1303
Indent
+= 3;
1323
Indent
-= 3;
1352
Indent
+= 3;
1365
Indent
-= 3;
4 references to Indent
System.CodeDom (4)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
290
Indentation indentObj = new Indentation((ExposedTabStringIndentedTextWriter)Output,
Indent
+ 1);
System\CodeDom\Compiler\CodeGenerator.cs (3)
173
int savedIndent =
Indent
;
687
int savedIndent =
Indent
;
932
int savedIndent =
Indent
;