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