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