1 write to IndentString
System.Web (1)
Compilation\BuildManagerHost.cs (1)
378
codeGeneratorOptions.
IndentString
= string.Empty;
12 references to IndentString
System (12)
compmod\microsoft\csharp\csharpcodeprovider.cs (6)
813
this.output = new IndentedTextWriter(writer, this.options.
IndentString
);
3876
output = new IndentedTextWriter(w, options.
IndentString
);
3899
output = new IndentedTextWriter(w, options.
IndentString
);
3922
output = new IndentedTextWriter(w, options.
IndentString
);
3950
output = new IndentedTextWriter(w, options.
IndentString
);
3973
output = new IndentedTextWriter(w, options.
IndentString
);
compmod\system\codedom\compiler\CodeGenerator.cs (6)
395
output = new IndentedTextWriter(w, options.
IndentString
);
418
output = new IndentedTextWriter(w, options.
IndentString
);
441
output = new IndentedTextWriter(w, options.
IndentString
);
469
output = new IndentedTextWriter(w, options.
IndentString
);
492
output = new IndentedTextWriter(w, options.
IndentString
);
511
this.output = new IndentedTextWriter(writer, this.options.
IndentString
);