4 references to Type
Microsoft.AspNetCore.Http.Extensions (4)
src\Components\Endpoints\src\FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (4)
119
if (model.Constructor == null && !model.
Type
.IsValueType)
121
throw new InvalidOperationException($"Type '{model.
Type
}' does not have a constructor. " +
173
var clause = model.
Type
.IsValueType ? failedAndHasHandler :
188
if (!model.
Type
.IsValueType)