3 references to CurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (1)
SelectTagHelper.cs (1)
105var currentValues = _currentValues == null ? null : new CurrentValues(_currentValues);
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
OptionTagHelperTest.cs (2)
425tagHelperContext.Items[typeof(SelectTagHelper)] = currentValues == null ? null : new CurrentValues(currentValues); 497tagHelperContext.Items[typeof(SelectTagHelper)] = currentValues == null ? null : new CurrentValues(currentValues);