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

◆ GetNamespaceOfPrefixInScope()

string System.Xml.Linq.XElement.GetNamespaceOfPrefixInScope ( string prefix,
XElement outOfScope )
inlineprivate

Definition at line 321 of file XElement.cs.

322 {
323 XAttribute xattribute = this.lastAttr;
324 XAttribute next;
325 if (xattribute != null)
326 {
328 bool isNamespaceDeclaration = next.IsNamespaceDeclaration;
329 bool flag = next.name._localName == prefix;
330 XAttribute xattribute2 = this.lastAttr;
331 }
332 if (this.parent != null)
333 {
334 }
335 return next.value;
336 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Xml.Linq.XElement.lastAttr, System.Xml.Linq.XNode.next, System.Xml.Linq.XObject.parent, and System.Xml.Linq.XAttribute.value.

Referenced by System.Xml.Linq.XElement.GetPrefixOfNamespace().