7 writes to IndentChars
aspire (1)
Packaging\TemporaryNuGetConfig.cs (1)
52
IndentChars
= " ",
ILCompiler.DependencyAnalysisFramework (1)
DgmlWriter.cs (1)
53
writerSettings.
IndentChars
= " ";
illink (2)
Linker\DgmlDependencyRecorder.cs (1)
32
IndentChars
= " "
Linker\XmlDependencyRecorder.cs (1)
55
IndentChars
= "\t"
System.Private.Xml (3)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1940
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)
2142
_indentChars = settings.
IndentChars
;
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
2002
_indentChars = settings.
IndentChars
;
System\Xml\Core\XmlWriterSettings.cs (1)
614
writer.WriteStringQ(
IndentChars
);