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