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