2 implementations of Type
Microsoft.AspNetCore.Http.Extensions (2)
src\Components\Endpoints\src\FormMapping\Metadata\FormDataParameterMetadata.cs (1)
11
public Type
Type
{ get; set; } = parameter.ParameterType;
src\Components\Endpoints\src\FormMapping\Metadata\FormDataPropertyMetadata.cs (1)
15
public Type
Type
=> property.PropertyType;
1 reference to Type
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
537
return Expression.Variable(typeof(ValueTuple<,>).MakeGenericType(typeof(bool), constructorParameter.
Type
), constructorParameter.Name);