9 references to NullableType
System.Private.CoreLib (9)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
605
MethodTable* theT = nullableType.ToMethodTable()->
NullableType
;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (3)
142
pEEType = pEEType->
NullableType
;
227
if (obj != null && obj.GetMethodTable() != pUnboxToEEType->
NullableType
)
270
Debug.Assert(pUnboxToEEType->
NullableType
== pEEType);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (1)
1002
MethodTable* pNullableType = pTargetType->
NullableType
;
System\Reflection\DynamicInvokeInfo.cs (1)
575
MethodTable* nullableType = argumentInfo.Type->
NullableType
;
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
355
mt = mt->
NullableType
;
System\RuntimeType.NativeAot.cs (2)
133
return GetTypeFromMethodTable(pEEType->
NullableType
);
645
pEEType = pEEType->
NullableType
;