1 write to indentChars
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
1819
indentChars
= settings.IndentChars;
5 references to indentChars
System.Xml (5)
System\Xml\Core\XmlEncodedRawTextWriter.cs (4)
1662
settings.IndentChars =
indentChars
;
1826
base.ValidateContentChars(
indentChars
, "IndentChars", true );
1830
base.ValidateContentChars(
indentChars
, "IndentChars", false );
1842
RawText(
indentChars
);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (1)
1674
await RawTextAsync(
indentChars
).ConfigureAwait(false);