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