7 writes to IndentChars
illink (2)
Microsoft.CodeAnalysis.Test.Utilities (1)
Assert\AssertXml.cs (1)
71IndentChars = expectedIsXmlLiteral ? " " : " ",
Roslyn.Test.PdbUtilities (1)
Reader\Token2SourceLineExporter.cs (1)
1138IndentChars = " ",
System.Private.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1943settings.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)
2145_indentChars = settings.IndentChars;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
2002_indentChars = settings.IndentChars;
System\Xml\Core\XmlWriterSettings.cs (1)
614writer.WriteStringQ(IndentChars);