1 instantiation of UnwrapNullableTypeHandleGenericLookupResult
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
42return new UnwrapNullableTypeHandleGenericLookupResult(type);
2 references to UnwrapNullableTypeHandleGenericLookupResult
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericLookupResult.cs (2)
409return comparer.Compare(_type, ((UnwrapNullableTypeHandleGenericLookupResult)other)._type); 419return ((UnwrapNullableTypeHandleGenericLookupResult)obj)._type == _type;