1 write to newLineChars
System.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
120newLineChars = settings.NewLineChars;
16 references to newLineChars
System.Xml (16)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
884RawText( base.newLineChars ); 920RawText( base.newLineChars );
System\Xml\Core\XmlEncodedRawTextWriter.cs (6)
129ValidateContentChars( newLineChars, "NewLineChars", false ); 208settings.NewLineChars = this.newLineChars; 1453RawText( newLineChars ); 1827base.ValidateContentChars( newLineChars, "NewLineChars", true ); 1832base.ValidateContentChars( newLineChars, "NewLineChars", false ); 1840RawText( base.newLineChars );
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (8)
902await RawTextAsync(newLineChars).ConfigureAwait(false); 937await RawTextAsync(newLineChars).ConfigureAwait(false); 951await RawTextAsync(newLineChars).ConfigureAwait(false); 1177await RawTextAsync(newLineChars).ConfigureAwait(false); 1199await RawTextAsync(newLineChars).ConfigureAwait(false); 1356await RawTextAsync(newLineChars).ConfigureAwait(false); 1511await RawTextAsync(newLineChars).ConfigureAwait(false); 1672await RawTextAsync( base.newLineChars ).ConfigureAwait(false);