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