Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SwitchEncodingAsync()

Task System.Xml.XmlTextReaderImpl.SwitchEncodingAsync ( Encoding newEncoding)
inlineprivate

Definition at line 9384 of file XmlTextReaderImpl.cs.

References System.Xml.XmlTextReaderImpl._afterResetState, System.Xml.XmlTextReaderImpl._ps, System.Threading.Tasks.Task< TResult >.CompletedTask, System.Xml.XmlTextReaderImpl.ParsingState.decoder, System.Xml.Dictionary, System.Xml.XmlTextReaderImpl.ParsingState.encoding, System.Xml.XmlTextReaderImpl.ReadDataAsync(), System.Xml.XmlTextReaderImpl.SetupEncoding(), System.Xml.XmlTextReaderImpl.UnDecodeChars(), and System.Text.Encoding.WebName.

Referenced by System.Xml.XmlTextReaderImpl.ParseXmlDeclarationAsync(), and System.Xml.XmlTextReaderImpl.SwitchEncodingToUTF8Async().