3 instantiations of FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1080fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>()); 1130fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>()); 1180fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>());
3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1065FakeSendFileFeature fakeSendFile = null; 1115FakeSendFileFeature fakeSendFile = null; 1165FakeSendFileFeature fakeSendFile = null;