1 write to _indentChars
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2145
_indentChars
= settings.IndentChars;
6 references to _indentChars
System.Private.Xml (6)
System\Xml\Core\XmlEncodedRawTextWriter.cs (5)
1943
settings.IndentChars =
_indentChars
;
2140
[MemberNotNull(nameof(
_indentChars
))]
2154
ValidateContentChars(
_indentChars
, "IndentChars", true);
2159
ValidateContentChars(
_indentChars
, "IndentChars", false);
2174
RawText(
_indentChars
);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2096
await RawTextAsync(
_indentChars
).ConfigureAwait(false);