1 instantiation of StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
113
var fileContext = new
StaticFileContext
(context, _options, _logger, _fileProvider, contentType, subPath);
1 reference to StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
113
var
fileContext = new StaticFileContext(context, _options, _logger, _fileProvider, contentType, subPath);