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; 1708RawText(_newLineChars); 2152ValidateContentChars(_newLineChars, "NewLineChars", true); 2159ValidateContentChars(_newLineChars, "NewLineChars", false); 2168RawText(base._newLineChars);
System\Xml\Core\XmlEncodedRawTextWriterAsync.cs (8)
1097await RawTextAsync(_newLineChars).ConfigureAwait(false); 1137await RawTextAsync(_newLineChars).ConfigureAwait(false); 1154await RawTextAsync(_newLineChars).ConfigureAwait(false); 1495await RawTextAsync(_newLineChars).ConfigureAwait(false); 1519await RawTextAsync(_newLineChars).ConfigureAwait(false); 1706await RawTextAsync(_newLineChars).ConfigureAwait(false); 1890await RawTextAsync(_newLineChars).ConfigureAwait(false); 2090await RawTextAsync(base._newLineChars).ConfigureAwait(false);