3 implementations of IFormFileCollection
Microsoft.AspNetCore.Http (1)
Microsoft.AspNetCore.Mvc.Core (2)
104 references to IFormFileCollection
ApiExplorerWebSite (1)
Microsoft.AspNetCore.Components.Endpoints (13)
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Microsoft.AspNetCore.Http (5)
Microsoft.AspNetCore.Http.Extensions (12)
Microsoft.AspNetCore.Http.Features (3)
Microsoft.AspNetCore.Mvc.Abstractions (1)
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (3)
Microsoft.AspNetCore.Mvc.Core (15)
Microsoft.AspNetCore.Mvc.Core.Test (7)
Microsoft.AspNetCore.Mvc.Test (2)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Microsoft.AspNetCore.OpenApi (5)
Microsoft.AspNetCore.OpenApi.Tests (8)
Microsoft.Extensions.Validation.GeneratorTests (1)
Sample (22)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (20)
317var handler = Cast(del, global::Microsoft.AspNetCore.Http.IResult (global::Microsoft.AspNetCore.Http.IFormFileCollection arg0) => throw null!);
334return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::Microsoft.AspNetCore.Http.IFormFileCollection>(0)!));
349var files_raw = httpContext.Request.Form.Files;
355var files_temp = files_raw;
356global::Microsoft.AspNetCore.Http.IFormFileCollection files_local = files_temp!;
380var files_raw = httpContext.Request.Form.Files;
386var files_temp = files_raw;
387global::Microsoft.AspNetCore.Http.IFormFileCollection files_local = files_temp!;
393var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Http.IFormFileCollection>(httpContext, files_local!));
404var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.IResult (global::Microsoft.AspNetCore.Http.IFormFileCollection arg0) => throw null!);
439var handler = Cast(del, global::Microsoft.AspNetCore.Http.IResult (global::Microsoft.AspNetCore.Http.IFormFile arg0, global::Microsoft.AspNetCore.Http.IFormFileCollection arg1) => throw null!);
456return ValueTask.FromResult<object?>(handler(ic.GetArgument<global::Microsoft.AspNetCore.Http.IFormFile>(0)!, ic.GetArgument<global::Microsoft.AspNetCore.Http.IFormFileCollection>(1)!));
480var files_raw = httpContext.Request.Form.Files;
486var files_temp = files_raw;
487global::Microsoft.AspNetCore.Http.IFormFileCollection files_local = files_temp!;
520var files_raw = httpContext.Request.Form.Files;
526var files_temp = files_raw;
527global::Microsoft.AspNetCore.Http.IFormFileCollection files_local = files_temp!;
533var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Http.IFormFile, global::Microsoft.AspNetCore.Http.IFormFileCollection>(httpContext, resume_local!, files_local!));
544var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.IResult (global::Microsoft.AspNetCore.Http.IFormFile arg0, global::Microsoft.AspNetCore.Http.IFormFileCollection arg1) => throw null!);