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