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