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)
756return comparer.Compare(_method, ((VirtualDispatchCellGenericLookupResult)other)._method); 766return ((VirtualDispatchCellGenericLookupResult)obj)._method == _method;