2 references to NullableT
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Assignability.cs (1)
45
if (toTypeInfo.IsConstructedGenericType && toTypeInfo.GetGenericTypeDefinition() == coreTypes[CoreType.
NullableT
])
System\Reflection\TypeLoading\General\CoreType.cs (1)
95
case CoreType.
NullableT
: ns = Utf8Constants.System; name = Utf8Constants.NullableT; return;