4 writes to IsFormFile
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
StaticRouteHandlerModel\EndpointParameter.cs (4)
97IsFormFile = true; 102IsFormFile = true; 200IsFormFile = true; 207IsFormFile = true;
1 reference to IsFormFile
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\StaticRouteHandlerModel.Emitter.cs (1)
288var hasFormFiles = endpoint.Parameters.Any(p => p.IsFormFile);