12 writes to Indent
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (12)
358
Indent
= 0;
363
Indent
= savedIndent;
886
Indent
= 0;
891
Indent
= savedIndent;
1114
Indent
= 0;
1119
Indent
= savedIndent;
1446
Indent
++;
1462
Indent
--;
1539
Indent
+= 3;
1561
Indent
-= 3;
1603
Indent
+= 3;
1616
Indent
-= 3;
3 references to Indent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
357
int savedIndent =
Indent
;
885
int savedIndent =
Indent
;
1113
int savedIndent =
Indent
;