12 references to IndentString
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (6)
458
_output = new IndentedTextWriter(w, _options.
IndentString
);
487
_output = new IndentedTextWriter(w, _options.
IndentString
);
516
_output = new IndentedTextWriter(w, _options.
IndentString
);
552
_output = new IndentedTextWriter(w, _options.
IndentString
);
581
_output = new IndentedTextWriter(w, _options.
IndentString
);
605
_output = new IndentedTextWriter(writer, _options.
IndentString
);
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (6)
869
_output = new IndentedTextWriter(writer, _options.
IndentString
);
4297
_output = new IndentedTextWriter(w, _options.
IndentString
);
4326
_output = new IndentedTextWriter(w, _options.
IndentString
);
4355
_output = new IndentedTextWriter(w, _options.
IndentString
);
4391
_output = new IndentedTextWriter(w, _options.
IndentString
);
4420
_output = new IndentedTextWriter(w, _options.
IndentString
);