47 writes to Indent
System.CodeDom (47)
Microsoft\VisualBasic\VBCodeGenerator.cs (35)
803
Indent
++;
806
Indent
--;
875
Indent
++;
877
Indent
--;
1293
Indent
++;
1295
Indent
--;
1302
Indent
++;
1304
Indent
--;
1312
Indent
++;
1314
Indent
--;
1321
Indent
++;
1323
Indent
--;
1330
Indent
++;
1332
Indent
--;
1376
Indent
--;
1379
Indent
++;
1675
Indent
++;
1679
Indent
--;
1701
Indent
++;
1705
Indent
--;
1823
Indent
++;
1830
Indent
++;
1835
Indent
--;
1844
Indent
++;
1846
Indent
--;
1850
Indent
--;
1884
Indent
++;
1910
Indent
--;
1924
Indent
++;
1926
Indent
--;
1990
Indent
++;
2015
Indent
++;
2125
Indent
--;
2334
Indent
++;
2342
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
;