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