2 instantiations of Indentation
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
95var indentObj = new Indentation(_output, Indent + 1);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
290Indentation indentObj = new Indentation((ExposedTabStringIndentedTextWriter)Output, Indent + 1);
2 references to Indentation
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
95var indentObj = new Indentation(_output, Indent + 1);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
290Indentation indentObj = new Indentation((ExposedTabStringIndentedTextWriter)Output, Indent + 1);