2 references to ConvertToDateOnlyWithFormat
Microsoft.AspNetCore.Components (2)
EventCallbackFactoryBinderExtensions.cs (2)
1020return CreateBinderCore<DateOnly>(factory, receiver, setter, culture, format, ConvertToDateOnlyWithFormat); 1042return CreateBinderCoreAsync<DateOnly>(factory, receiver, setter, culture, format, ConvertToDateOnlyWithFormat);