1 instantiation of ObjectAllocatorGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
87return new ObjectAllocatorGenericLookupResult(type);
2 references to ObjectAllocatorGenericLookupResult
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
981return comparer.Compare(_type, ((ObjectAllocatorGenericLookupResult)other)._type); 991return ((ObjectAllocatorGenericLookupResult)obj)._type == _type;