4 writes to IsFormFile
Microsoft.AspNetCore.Http.RequestDelegateGenerator (4)
StaticRouteHandlerModel\EndpointParameter.cs (4)
98IsFormFile = true; 103IsFormFile = true; 201IsFormFile = true; 208IsFormFile = true;
1 reference to IsFormFile
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\StaticRouteHandlerModel.Emitter.cs (1)
288var hasFormFiles = endpoint.Parameters.Any(p => p.IsFormFile);