1 write to MethodHandle
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
1339
=> (Method, OwningTypeHandle,
MethodHandle
) = (method, owningTypeHandle, methodHandle);
1 reference to MethodHandle
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (1)
87
uint hashcode = VersionResilientHashCode.CombineTwoValuesIntoHash((uint)mapping.OwningTypeHandle, (uint)mapping.
MethodHandle
);