1 instantiation of TypeThreadStaticBaseIndexGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
72
return new
TypeThreadStaticBaseIndexGenericLookupResult
(type);
2 references to TypeThreadStaticBaseIndexGenericLookupResult
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
869
return comparer.Compare(_type, ((
TypeThreadStaticBaseIndexGenericLookupResult
)other)._type);
879
return ((
TypeThreadStaticBaseIndexGenericLookupResult
)obj)._type == _type;