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)
983return comparer.Compare(_type, ((ObjectAllocatorGenericLookupResult)other)._type); 993return ((ObjectAllocatorGenericLookupResult)obj)._type == _type;