1 write to _context
Microsoft.AspNetCore.Components.Web (1)
Forms\InputRadioGroup.cs (1)
39
_context
= new InputRadioContext(this, CascadedContext, changeEventCallback);
9 references to _context
Microsoft.AspNetCore.Components.Web (9)
Forms\InputRadioGroup.cs (9)
36
if (
_context
is null)
41
else if (
_context
.ParentContext != CascadedContext)
52
_context
.GroupName = Name;
57
_context
.GroupName = NameAttributeValue;
62
_context
.GroupName = _defaultGroupName;
65
_context
.FieldClass = EditContext?.FieldCssClass(FieldIdentifier);
72
_context
.ClientValidationAttributes = ExtractClientValidationAttributes();
78
Debug.Assert(
_context
!= null);
83
builder.AddComponentParameter(2, "Value",
_context
);