1 write to _indentChars
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
2002
_indentChars
= settings.IndentChars;
6 references to _indentChars
System.Private.Xml (6)
System\Xml\Core\XmlUtf8RawTextWriter.cs (5)
1800
settings.IndentChars =
_indentChars
;
1997
[MemberNotNull(nameof(
_indentChars
))]
2011
ValidateContentChars(
_indentChars
, "IndentChars", true);
2016
ValidateContentChars(
_indentChars
, "IndentChars", false);
2031
RawText(
_indentChars
);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1961
await RawTextAsync(
_indentChars
).ConfigureAwait(false);