15 references to IsNullableOfT
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
398Debug.Assert(((RuntimeType)copyOfParameters[i]!.GetType()).IsNullableOfT);
src\libraries\System.Private.CoreLib\src\System\Reflection\FieldAccessor.cs (2)
24_fieldInfo.m_declaringType.IsNullableOfT) 199if (_fieldInfo.DeclaringType is not null && ((RuntimeType)_fieldInfo.FieldType).IsNullableOfT)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBase.cs (1)
151if (sigType.IsNullableOfT)
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (2)
333Debug.Assert(((RuntimeType)copyOfParameters[i]!.GetType()).IsNullableOfT); 399Debug.Assert(!sigElementType.IsNullableOfT, "A true boxed Nullable<T> should never be here.");
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
451Debug.Assert(((RuntimeType)copyOfParameters[i]!.GetType()).IsNullableOfT);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (2)
47if (type.IsNullableOfT) 65if (type.IsNullableOfT)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (5)
802if (IsNullableOfT) 846if (IsNullableOfT) 873if (IsNullableOfT) 917if (type.IsNullableOfT) 939if (sigElementType.IsNullableOfT)
src\System\RuntimeHandles.cs (1)
1177Debug.Assert(destNullableType.IsNullableOfT);