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)
869return comparer.Compare(_type, ((TypeThreadStaticBaseIndexGenericLookupResult)other)._type); 879return ((TypeThreadStaticBaseIndexGenericLookupResult)obj)._type == _type;