1 write to _groups
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Rendering\MultiSelectList.cs (1)
101_groups = new List<SelectListGroup>();
5 references to _groups
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
Rendering\MultiSelectList.cs (5)
216if (_groups == null) 230for (var index = 0; index < _groups.Count; index++) 232if (string.Equals(_groups[index].Name, groupName, StringComparison.CurrentCulture)) 234group = _groups[index]; 242_groups.Add(group);