1 write to indentChars
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1715
indentChars
= settings.IndentChars;
5 references to indentChars
System.Xml (5)
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
1558
settings.IndentChars =
indentChars
;
1722
base.ValidateContentChars(
indentChars
, "IndentChars", true );
1726
base.ValidateContentChars(
indentChars
, "IndentChars", false );
1738
RawText(
indentChars
);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (1)
1591
await RawTextAsync(
indentChars
).ConfigureAwait(false);