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