2 references to Indentation
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
443Indentation indentObj = new Indentation((IndentedTextWriter)Output, Indent + 1);
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (1)
442Indentation indentObj = new Indentation((IndentedTextWriter)Output, Indent + 1);