1 instantiation of FileConverterFactory
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\FormDataMapperOptions.cs (1)
29_factories.Add(new FileConverterFactory());
2 references to FileConverterFactory
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
20private readonly FileConverterFactory _fileConverterFactory = factories.OfType<FileConverterFactory>().Single();