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