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