5 references to ParameterInfo
Microsoft.AspNetCore.Components (5)
ParameterView.cs (2)
440
var currentValue = state.ValueSupplier.GetCurrentValue(state.Key, state.
ParameterInfo
);
441
_current = new ParameterValue(state.
ParameterInfo
.PropertyName, currentValue!, true);
Rendering\ComponentState.cs (3)
236
if (!param.
ParameterInfo
.Attribute.SingleDelivery)
310
valueSupplier.Subscribe(this, _cascadingParameters[i].
ParameterInfo
, mode);
326
supplier.Unsubscribe(this, _cascadingParameters[i].
ParameterInfo
);