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

◆ ValidateAttribute()

static void System.Xml.Linq.XAttribute.ValidateAttribute ( XName name,
string value )
inlinestaticprivate

Definition at line 144 of file XAttribute.cs.

145 {
146 if (name._ns._namespaceName._stringLength == 0)
147 {
148 bool flag = name._localName == "xmlns";
149 bool flag2 = value == "http://www.w3.org/XML/1998/namespace";
150 return;
151 }
152 }
class f__AnonymousType0<< Count > j__TPar
XNamespace _ns
Definition XName.cs:123

References System.Xml.Linq.XNamespace._namespaceName, System.Xml.Linq.XName._ns, j__TPar, System.Xml.Linq.XAttribute.name, and System.Xml.Linq.XAttribute.value.

Referenced by System.Xml.Linq.XAttribute.XAttribute().