6 instantiations of StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
113var fileContext = new StaticFileContext(context, _options, _logger, _fileProvider, contentType, subPath);
Microsoft.AspNetCore.StaticFiles.Tests (5)
StaticFileContextTest.cs (5)
24var context = new StaticFileContext(httpContext, options, NullLogger.Instance, new TestFileProvider(), contentType, subPath); 51var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 79var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 108var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 136var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);
6 references to StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
StaticFileMiddleware.cs (1)
113var fileContext = new StaticFileContext(context, _options, _logger, _fileProvider, contentType, subPath);
Microsoft.AspNetCore.StaticFiles.Tests (5)
StaticFileContextTest.cs (5)
24var context = new StaticFileContext(httpContext, options, NullLogger.Instance, new TestFileProvider(), contentType, subPath); 51var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 79var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 108var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath); 136var context = new StaticFileContext(httpContext, options, NullLogger.Instance, fileProvider, contentType, subPath);