3 references to IsNullableValueType
System.Web (3)
ModelBinding\ModelMetadata.cs (2)
107
return TypeHelpers.
IsNullableValueType
(ModelType);
188
if (Model != null && !TypeHelpers.
IsNullableValueType
(ModelType)) {
ModelBinding\TypeHelpers.cs (1)
30
return (!type.IsValueType ||
IsNullableValueType
(type));