2 instantiations of NullableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Factories\NullableConverterFactory.cs (1)
11public static readonly NullableConverterFactory Instance = new();
FormMapping\FormDataMapperOptions.cs (1)
31_factories.Add(new NullableConverterFactory());
1 reference to NullableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\NullableConverterFactory.cs (1)
11public static readonly NullableConverterFactory Instance = new();