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)
20
private readonly
FileConverterFactory
_fileConverterFactory = factories.OfType<
FileConverterFactory
>().Single();