2 writes to _current
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
387_current = default; 411_current = new ParameterValue(frame.AttributeNameField, frame.AttributeValueField, false);
1 reference to _current
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
390public ParameterValue Current => _current;