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

◆ XmlParserContext() [2/2]

System.Xml.XmlParserContext.XmlParserContext ( XmlNameTable nt,
XmlNamespaceManager nsMgr,
string docTypeName,
string pubId,
string sysId,
string internalSubset,
string baseURI,
string xmlLang,
XmlSpace xmlSpace,
Encoding enc )
inline

Definition at line 15 of file XmlParserContext.cs.

16 {
17 if (nsMgr == null || nt != null)
18 {
19 }
20 if (docTypeName == null)
21 {
22 }
23 if (pubId == null)
24 {
25 }
26 if (sysId == null)
27 {
28 }
29 if (internalSubset == null)
30 {
31 }
32 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.