7 writes to IndentChars
aspire (1)
Packaging\TemporaryNuGetConfig.cs (1)
52IndentChars = " ",
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
53writerSettings.IndentChars = " ";
illink (2)
System.Private.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1940settings.IndentChars = _indentChars;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1800settings.IndentChars = _indentChars;
System\Xml\Core\XmlWriterSettings.cs (1)
664IndentChars = reader.ReadStringQ()!;
5 references to IndentChars
System.Private.Xml (5)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (1)
935_indentChars = settings.IndentChars;
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
905_indentChars = settings.IndentChars;
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2142_indentChars = settings.IndentChars;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
2002_indentChars = settings.IndentChars;
System\Xml\Core\XmlWriterSettings.cs (1)
614writer.WriteStringQ(IndentChars);