1 write to _indentChars
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2142
_indentChars
= settings.IndentChars;
6 references to _indentChars
System.Private.Xml (6)
System\Xml\Core\XmlEncodedRawTextWriter.cs (5)
1940
settings.IndentChars =
_indentChars
;
2137
[MemberNotNull(nameof(
_indentChars
))]
2151
ValidateContentChars(
_indentChars
, "IndentChars", true);
2156
ValidateContentChars(
_indentChars
, "IndentChars", false);
2171
RawText(
_indentChars
);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
2093
await RawTextAsync(
_indentChars
).ConfigureAwait(false);