6 instantiations of StaticFileContext
Microsoft.AspNetCore.StaticFiles (1)
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)
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);