2 instantiations of ParsableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Factories\ParsableConverterFactory.cs (1)
11public static readonly ParsableConverterFactory Instance = new();
FormMapping\FormDataMapperOptions.cs (1)
28_factories.Add(new ParsableConverterFactory());
3 references to ParsableConverterFactory
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Factories\ParsableConverterFactory.cs (1)
11public static readonly ParsableConverterFactory Instance = new();
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
18private readonly ParsableConverterFactory _parsableFactory = factories.OfType<ParsableConverterFactory>().Single();