1 write to Type
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfo.cs (1)
21Type = 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)) 498if (IsValueTypeOrValueTypeByRef(nullability.Type)) 587bool isValueType = IsValueTypeOrValueTypeByRef(nullability.Type); 600if (!isValueType || (Nullable.GetUnderlyingType(nullability.Type) ?? nullability.Type).IsGenericType)