2 writes to _current
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
427
_current
= default;
441
_current
= new ParameterValue(state.ParameterInfo.PropertyName, currentValue!, true);
1 reference to _current
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
430
public ParameterValue Current =>
_current
;