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)
430public ParameterValue Current => _current;