16 references to IsNullable
System.Private.CoreLib (16)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
600return declaringTypeHandle.ToMethodTable()->IsNullable;
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (2)
904Debug.Assert(IsNullable); 917Debug.Assert(IsNullable);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (4)
133if (pEEType->IsNullable) 250Debug.Assert(pUnboxToEEType != null && pUnboxToEEType->IsNullable); 267Debug.Assert((pUnboxToEEType == null) || UnboxAnyTypeCompare(pEEType, pUnboxToEEType) || pUnboxToEEType->IsNullable); 268if (pUnboxToEEType != null && pUnboxToEEType->IsNullable)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (2)
1000if (pTargetType->IsNullable && pSourceType->IsValueType && !pSourceType->IsNullable)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
553if (pDestMT->IsNullable)
System\InvokeUtils.cs (1)
62else if (dstEEType->IsValueType && !dstEEType->IsNullable)
System\Reflection\DynamicInvokeInfo.cs (2)
93if (eeArgumentType->IsNullable) 144if (eeReturnType->IsNullable)
System\Runtime\CompilerServices\RuntimeHelpers.NativeAot.cs (1)
353if (mt->IsNullable)
System\RuntimeType.NativeAot.cs (2)
130if (!pEEType->IsNullable) 644if (pEEType->IsNullable)