2 references to Indentation
System (2)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
421
Indentation indentObj = new
Indentation
((IndentedTextWriter)Output, Indent + 1);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
423
Indentation indentObj = new
Indentation
((IndentedTextWriter)Output, Indent + 1);