1 instantiation of CurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (1)
SelectTagHelper.cs (1)
105
var currentValues = _currentValues == null ? null : new
CurrentValues
(_currentValues);
4 references to CurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (4)
OptionTagHelper.cs (3)
56
/// <see cref="
CurrentValues
"/> instance. Also does nothing if the associated <option> is already
77
var
currentValues = formDataEntry as
CurrentValues
;
SelectTagHelper.cs (1)
105
var
currentValues = _currentValues == null ? null : new CurrentValues(_currentValues);