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);