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