1 write to _encoding
System.Private.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
102
_encoding
= settings.Encoding;
7 references to _encoding
System.Private.Xml (7)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
438
base.RawText(base.
_encoding
.WebName);
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
114
ReadOnlySpan<byte> bom =
_encoding
.Preamble;
141
settings.Encoding =
_encoding
;
170
if (
_encoding
!= null)
173
RawText(
_encoding
.WebName);
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
45
if (
_encoding
!= null)
48
await RawTextAsync(
_encoding
.WebName).ConfigureAwait(false);