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