4 references to EnumWithFlags
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperSelectTest.cs (4)
1279() => htmlHelper.GetEnumSelectList<EnumWithFlags>(), 1281$"The type '{ typeof(EnumWithFlags).FullName }' is not supported."); 1351() => htmlHelper.GetEnumSelectList(typeof(EnumWithFlags)), 1353$"The type '{ typeof(EnumWithFlags).FullName }' is not supported.");