2 references to ConvertToNullableDateOnlyWithFormat
Microsoft.AspNetCore.Components (2)
EventCallbackFactoryBinderExtensions.cs (2)
1104return CreateBinderCore<DateOnly?>(factory, receiver, setter, culture, format, ConvertToNullableDateOnlyWithFormat); 1126return CreateBinderCoreAsync<DateOnly?>(factory, receiver, setter, culture, format, ConvertToNullableDateOnlyWithFormat);