1 instantiation of DispatchCellGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
67
return new
DispatchCellGenericLookupResult
(method);
2 references to DispatchCellGenericLookupResult
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
758
return comparer.Compare(_method, ((
DispatchCellGenericLookupResult
)other)._method);
768
return ((
DispatchCellGenericLookupResult
)obj)._method == _method;