1 instantiation of TypeHandleGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
27
return new
TypeHandleGenericLookupResult
(type);
4 references to TypeHandleGenericLookupResult
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (1)
224
if (_layout[i] is
TypeHandleGenericLookupResult
thOther
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
230
return comparer.Compare(_type, ((
TypeHandleGenericLookupResult
)other)._type);
240
return ((
TypeHandleGenericLookupResult
)obj)._type == _type;
Compiler\ILScanner.cs (1)
381
if (lookupResult is
TypeHandleGenericLookupResult
thLookup)