1 write to PropertyName
Microsoft.AspNetCore.Components (1)
CascadingParameterInfo.cs (1)
29
PropertyName
= propertyName;
4 references to PropertyName
Microsoft.AspNetCore.Components (2)
ParameterView.cs (1)
441
_current = new ParameterValue(state.ParameterInfo.
PropertyName
, currentValue!, true);
Routing\SupplyParameterFromQueryValueProvider.cs (1)
31
var queryParameterName = attribute.Name ?? parameterInfo.
PropertyName
;
Microsoft.AspNetCore.Components.Tests (1)
CascadingParameterTest.cs (1)
1048
parameterInfo.
PropertyName
!= nameof(Value))
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\SupplyParameterFromFormValueProvider.cs (1)
77
var parameterName = attribute.Name ?? parameterInfo.
PropertyName
;