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

◆ GetHashCodeDelegate()

static XmlQualifiedName.HashCodeOfStringDelegate System.Xml.XmlQualifiedName.GetHashCodeDelegate ( )
inlinestaticprivate

Definition at line 136 of file XmlQualifiedName.cs.

137 {
138 MethodInfo method;
139 Type type2;
140 do
141 {
142 if (!true)
143 {
144 }
145 if (!true)
146 {
147 }
148 Type type;
149 method = type.GetMethod("InternalMarvin32HashString", BindingFlags.Static | BindingFlags.NonPublic);
150 }
151 while (Delegate.CreateDelegate(type2, method) == null);
152 throw new InvalidCastException();
153 }
class f__AnonymousType0<< Count > j__TPar
static Delegate CreateDelegate(Type type, object firstArgument, MethodInfo method, bool throwOnBindFailure, bool allowClosed)
Definition Delegate.cs:76
MethodInfo GetMethod(string name)
Definition Type.cs:945

References System.Delegate.CreateDelegate(), System.Type.GetMethod(), and j__TPar.