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)
504
StringBuilder sb = new StringBuilder(
_indent
* tabString.Length);
505
for (int i = 0; i <
_indent
; i++)