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