1 write to newLineChars
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
105newLineChars = settings.NewLineChars;
16 references to newLineChars
System.Xml (16)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
884RawText( base.newLineChars ); 920RawText( base.newLineChars );
System\Xml\Core\XmlUtf8RawTextWriter.cs (6)
116ValidateContentChars( newLineChars, "NewLineChars", false ); 164settings.NewLineChars = this.newLineChars; 1353RawText( newLineChars ); 1723base.ValidateContentChars( newLineChars, "NewLineChars", true ); 1728base.ValidateContentChars( newLineChars, "NewLineChars", false ); 1736RawText( base.newLineChars );
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (8)
819await RawTextAsync(newLineChars).ConfigureAwait(false); 854await RawTextAsync(newLineChars).ConfigureAwait(false); 868await RawTextAsync(newLineChars).ConfigureAwait(false); 1094await RawTextAsync(newLineChars).ConfigureAwait(false); 1116await RawTextAsync(newLineChars).ConfigureAwait(false); 1273await RawTextAsync(newLineChars).ConfigureAwait(false); 1428await RawTextAsync(newLineChars).ConfigureAwait(false); 1589await RawTextAsync( base.newLineChars ).ConfigureAwait(false);