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

◆ Get() [2/2]

static XNamespace System.Xml.Linq.XNamespace.Get ( string namespaceName,
int index,
int count )
inlinestaticpackage

Definition at line 126 of file XNamespace.cs.

127 {
128 if (index != 0)
129 {
130 bool flag;
131 if (flag)
132 {
133 goto IL_0012;
134 }
135 int num;
136 if (num == 0)
137 {
138 return XNamespace.Xml;
139 }
140 int num2;
141 if (num2 == 0)
142 {
143 return XNamespace.Xmlns;
144 }
145 !0 !;
146 if (! != null)
147 {
148 goto IL_0012;
149 }
150 IL_0016:
151 while (! == null)
152 {
153 }
154 goto IL_001A;
155 IL_0012:
156 if (! != null)
157 {
158 goto IL_0016;
159 }
160 goto IL_0016;
161 }
162 IL_001A:
163 return XNamespace.None;
164 }
class f__AnonymousType0<< Count > j__TPar
XNamespace(string namespaceName)
Definition XNamespace.cs:10

References System.index, j__TPar, System.Xml.Linq.XNamespace.None, System.Xml.Linq.XNamespace.Xml, and System.Xml.Linq.XNamespace.Xmlns.