1 write to ParameterInfo
Microsoft.AspNetCore.Components (1)
CascadingParameterState.cs (1)
24
ParameterInfo
= parameterInfo;
5 references to ParameterInfo
Microsoft.AspNetCore.Components (5)
ParameterView.cs (2)
440
var currentValue = state.ValueSupplier.GetCurrentValue(state.
ParameterInfo
);
441
_current = new ParameterValue(state.
ParameterInfo
.PropertyName, currentValue!, true);
Rendering\ComponentState.cs (3)
196
if (!param.
ParameterInfo
.Attribute.SingleDelivery)
256
valueSupplier.Subscribe(this, _cascadingParameters[i].
ParameterInfo
);
272
supplier.Unsubscribe(this, _cascadingParameters[i].
ParameterInfo
);