1 instantiation of EnumTypeModelBinder
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\EnumTypeModelBinderProvider.cs (1)
33return new EnumTypeModelBinder(
3 references to EnumTypeModelBinder
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\EnumTypeModelBinder.cs (1)
17/// Initializes a new instance of <see cref="EnumTypeModelBinder"/>.
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\EnumTypeModelBinderProviderTest.cs (2)
23Assert.IsType<EnumTypeModelBinder>(result); 39Assert.IsType<EnumTypeModelBinder>(result);