1 write to _newLineChars
System.Private.Xml (1)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
97_newLineChars = settings.NewLineChars;
16 references to _newLineChars
System.Private.Xml (16)
System\Xml\Core\HtmlEncodedRawTextWriter.cs (2)
913RawText(base._newLineChars); 953RawText(base._newLineChars);
System\Xml\Core\XmlEncodedRawTextWriter.cs (6)
107ValidateContentChars(_newLineChars, "NewLineChars", false); 197settings.NewLineChars = _newLineChars; 1711RawText(_newLineChars); 2155ValidateContentChars(_newLineChars, "NewLineChars", true); 2162ValidateContentChars(_newLineChars, "NewLineChars", false); 2171RawText(base._newLineChars);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (8)
1100await RawTextAsync(_newLineChars).ConfigureAwait(false); 1140await RawTextAsync(_newLineChars).ConfigureAwait(false); 1157await RawTextAsync(_newLineChars).ConfigureAwait(false); 1498await RawTextAsync(_newLineChars).ConfigureAwait(false); 1522await RawTextAsync(_newLineChars).ConfigureAwait(false); 1709await RawTextAsync(_newLineChars).ConfigureAwait(false); 1893await RawTextAsync(_newLineChars).ConfigureAwait(false); 2093await RawTextAsync(base._newLineChars).ConfigureAwait(false);