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