1 write to _indent
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
493_indent = indent;
2 references to _indent
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (2)
504StringBuilder sb = new StringBuilder(_indent * tabString.Length); 505for (int i = 0; i < _indent; i++)