1 write to Type
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfo.cs (1)
21
Type
= type;
6 references to Type
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (6)
156
!IsValueTypeOrValueTypeByRef(nullability.
Type
))
166
!IsValueTypeOrValueTypeByRef(nullability.
Type
))
498
if (IsValueTypeOrValueTypeByRef(nullability.
Type
))
587
bool isValueType = IsValueTypeOrValueTypeByRef(nullability.
Type
);
600
if (!isValueType || (Nullable.GetUnderlyingType(nullability.
Type
) ?? nullability.
Type
).IsGenericType)