1 write to encoding
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
125
this.
encoding
= settings.Encoding;
7 references to encoding
System.Xml (7)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
480
base.RawText( base.
encoding
.WebName );
System\Xml\Core\XmlUtf8RawTextWriter.cs (4)
136
byte[] bom =
encoding
.GetPreamble();
161
settings.Encoding = this.
encoding
;
192
if (
encoding
!= null ) {
194
RawText(
encoding
.WebName );
System\Xml\Core\XmlUtf8RawTextWriterAsync.cs (2)
37
if (
encoding
!= null ) {
39
await RawTextAsync(
encoding
.WebName ).ConfigureAwait(false);