1 instantiation of MetadataTypeHandleGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
37
return new
MetadataTypeHandleGenericLookupResult
(type);
7 references to MetadataTypeHandleGenericLookupResult
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\DictionaryLayoutNode.cs (3)
218
var
metadataLookup = entry as
MetadataTypeHandleGenericLookupResult
;
230
if (_layout[i] is
MetadataTypeHandleGenericLookupResult
mdOther
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
346
return comparer.Compare(_type, ((
MetadataTypeHandleGenericLookupResult
)other)._type);
356
return ((
MetadataTypeHandleGenericLookupResult
)obj)._type == _type;
Compiler\ILScanner.cs (2)
383
else if (lookupResult is
MetadataTypeHandleGenericLookupResult
mdthLookup)
411
else if (lookupResult is
MetadataTypeHandleGenericLookupResult
mdthLookup)