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