3 references to MethodKey
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
1146
return _fatFunctionPointers.GetOrAdd(new
MethodKey
(method, isUnboxingStub));
1156
return _fatAddressTakenFunctionPointers.GetOrAdd(new
MethodKey
(method, isUnboxingStub));
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
193
return _methodEntrypoints.GetOrAdd(new
MethodKey
(method, isUnboxingThunk));