4 references to StructWithFields
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
Rendering\HtmlHelperSelectTest.cs (4)
1293() => htmlHelper.GetEnumSelectList<StructWithFields>(), 1295$"The type '{ typeof(StructWithFields).FullName }' is not supported."); 1365() => htmlHelper.GetEnumSelectList(typeof(StructWithFields)), 1367$"The type '{ typeof(StructWithFields).FullName }' is not supported.");