1 instantiation of CurrentValues
Microsoft.AspNetCore.Mvc.TagHelpers (1)
SelectTagHelper.cs (1)
105var 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 &lt;option&gt; is already 77var currentValues = formDataEntry as CurrentValues;
SelectTagHelper.cs (1)
105var currentValues = _currentValues == null ? null : new CurrentValues(_currentValues);