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

◆ IsDuplicate()

bool System.Xml.XmlWellFormedWriter.AttrName.IsDuplicate ( string prefix,
string localName,
string namespaceUri )
inlinepackage

Definition at line 1226 of file XmlWellFormedWriter.cs.

1227 {
1228 bool flag = this.localName == localName;
1229 return true;
1230 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.Xml.XmlWellFormedWriter.AttrName.localName.