terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OpenUrl()

void System.Xml.XmlTextReaderImpl.OpenUrl ( )
inlineprivate

Definition at line 1726 of file XmlTextReaderImpl.cs.

1727 {
1729 Uri baseUri = this.ps.baseUri;
1730 string text = this.url;
1731 long num = 0L;
1734 this.OpenUrlDelegate(num);
1735 if (this.ps.stream != null)
1736 {
1737 string baseUriStr = this.ps.baseUriStr;
1738 Uri baseUri2 = this.ps.baseUri;
1739 Encoding encoding = this.ps.encoding;
1740 this.reportedEncoding = encoding;
1741 return;
1742 }
1743 string baseUriStr2 = this.ps.baseUriStr;
1744 this.ThrowWithoutLineInfo("Cannot resolve '{0}'.", baseUriStr2);
1745 int num2 = 10;
1746 int num3 = 2;
1747 this.parsingFunction = (XmlTextReaderImpl.ParsingFunction)num2;
1749 throw new OutOfMemoryException();
1750 }
class f__AnonymousType0<< Count > j__TPar
void OpenUrlDelegate(object xmlResolver)
XmlTextReaderImpl.ParsingState ps

References System.Xml.XmlTextReaderImpl.GetTempResolver(), j__TPar, System.L, System.Xml.XmlTextReaderImpl.OpenUrlDelegate(), System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.ReadState, System.text, System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(), and System.Xml.XmlTextReaderImpl.url.

Referenced by System.Xml.XmlTextReaderImpl.Read().