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