2 references to ComputeGenericLookup
ILCompiler.Compiler (1)
IL\ILImporter.Scanner.cs (1)
212
GenericDictionaryLookup lookup = _compilation.
ComputeGenericLookup
(_canonMethod, helperId, helperArgument);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
260
GenericDictionaryLookup genericLookup = _compilation.
ComputeGenericLookup
(callerHandle, helperId, entity);