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