1 instantiation of MethodDictionaryGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
57return new MethodDictionaryGenericLookupResult(method);
3 references to MethodDictionaryGenericLookupResult
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
594return comparer.Compare(_method, ((MethodDictionaryGenericLookupResult)other)._method); 604return ((MethodDictionaryGenericLookupResult)obj)._method == _method;
Compiler\ILScanner.cs (1)
396if (lookupResult is MethodDictionaryGenericLookupResult methodDictLookup)