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

◆ GetName() [1/2]

XName System.Xml.Linq.XNamespace.GetName ( string localName)
inline

Definition at line 27 of file XNamespace.cs.

28 {
29 while (localName == null)
30 {
31 }
32 int stringLength = localName._stringLength;
33 long num = 0L;
34 return this.GetName(localName, (int)num, stringLength);
35 }
class f__AnonymousType0<< Count > j__TPar
XName GetName(string localName)
Definition XNamespace.cs:27

References System.Xml.Linq.XNamespace.GetName(), j__TPar, and System.L.

Referenced by System.Xml.Linq.XName.Get(), and System.Xml.Linq.XNamespace.GetName().