47 writes to Indent
System (47)
compmod\microsoft\visualbasic\VBCodeProvider.cs (35)
1047
Indent
++;
1050
Indent
--;
1123
Indent
++;
1125
Indent
--;
1541
Indent
++;
1543
Indent
--;
1549
Indent
++;
1551
Indent
--;
1564
Indent
++;
1566
Indent
--;
1575
Indent
++;
1577
Indent
--;
1584
Indent
++;
1586
Indent
--;
1630
Indent
--;
1633
Indent
++;
1916
Indent
++;
1920
Indent
--;
1938
Indent
++;
1942
Indent
--;
2047
Indent
++;
2053
Indent
++;
2058
Indent
--;
2065
Indent
++;
2067
Indent
--;
2071
Indent
--;
2113
Indent
++;
2136
Indent
--;
2153
Indent
++;
2155
Indent
--;
2215
Indent
++;
2236
Indent
++;
2332
Indent
--;
2524
Indent
++;
2535
Indent
--;
compmod\system\codedom\compiler\CodeGenerator.cs (12)
312
Indent
=0;
317
Indent
=savedIndent;
733
Indent
=0;
738
Indent
=savedIndent;
925
Indent
=0;
930
Indent
=savedIndent;
1216
Indent
++;
1229
Indent
--;
1302
Indent
+= 3;
1319
Indent
-= 3;
1358
Indent
+= 3;
1370
Indent
-= 3;
4 references to Indent
System (4)
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
423
Indentation indentObj = new Indentation((IndentedTextWriter)Output,
Indent
+ 1);
compmod\system\codedom\compiler\CodeGenerator.cs (3)
311
int savedIndent =
Indent
;
732
int savedIndent =
Indent
;
924
int savedIndent =
Indent
;