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

◆ DtdParserProxy_PushExternalSubset()

bool System.Xml.XmlTextReaderImpl.DtdParserProxy_PushExternalSubset ( string systemId,
string publicId )
inlinepackage

Definition at line 1057 of file XmlTextReaderImpl.cs.

1058 {
1059 if (this.xmlResolver == null)
1060 {
1061 return;
1062 }
1064 if (this.xmlResolverIsSet)
1065 {
1066 Uri baseUri = this.ps.baseUri;
1067 bool flag = string.IsNullOrEmpty(this.ps.baseUriStr);
1069 string baseUriStr = this.ps.baseUriStr;
1071 Uri baseUri2 = this.ps.baseUri;
1072 bool flag2 = this.v1Compat;
1073 int charPos = this.ps.charPos;
1074 if (flag2)
1075 {
1076 }
1077 bool flag3 = this.ParseXmlDeclaration(true);
1078 this.ps.charPos = charPos;
1079 return flag3;
1080 }
1081 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps
bool ParseXmlDeclaration(bool isTextDecl)

References j__TPar, System.Xml.XmlTextReaderImpl.ParseXmlDeclaration(), System.Xml.XmlConfiguration.XmlReaderSection.ProhibitDefaultUrlResolver, System.Xml.XmlTextReaderImpl.ps, System.Xml.XmlTextReaderImpl.v1Compat, System.Xml.XmlTextReaderImpl.xmlResolver, and System.Xml.XmlTextReaderImpl.xmlResolverIsSet.

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy.PushExternalSubset().