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