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