1 write to _newLineChars
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
82_newLineChars = settings.NewLineChars;
16 references to _newLineChars
System.Private.Xml (16)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (2)
883RawText(base._newLineChars); 923RawText(base._newLineChars);
System\Xml\Core\XmlUtf8RawTextWriter.cs (6)
92ValidateContentChars(_newLineChars, "NewLineChars", false); 144settings.NewLineChars = _newLineChars; 1573RawText(_newLineChars); 2012ValidateContentChars(_newLineChars, "NewLineChars", true); 2019ValidateContentChars(_newLineChars, "NewLineChars", false); 2028RawText(base._newLineChars);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (8)
969await RawTextAsync(_newLineChars).ConfigureAwait(false); 1009await RawTextAsync(_newLineChars).ConfigureAwait(false); 1026await RawTextAsync(_newLineChars).ConfigureAwait(false); 1365await RawTextAsync(_newLineChars).ConfigureAwait(false); 1389await RawTextAsync(_newLineChars).ConfigureAwait(false); 1575await RawTextAsync(_newLineChars).ConfigureAwait(false); 1758await RawTextAsync(_newLineChars).ConfigureAwait(false); 1958await RawTextAsync(base._newLineChars).ConfigureAwait(false);