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