1 instantiation of DecimalModelBinder
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs (1)
31
return new
DecimalModelBinder
(SupportedStyles, loggerFactory);
2 references to DecimalModelBinder
Microsoft.AspNetCore.Mvc.Core (2)
ModelBinding\Binders\DecimalModelBinder.cs (2)
22
/// Initializes a new instance of <see cref="
DecimalModelBinder
"/>.
31
_logger = loggerFactory.CreateLogger(typeof(
DecimalModelBinder
));