3 instantiations of FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1061
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1111
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1161
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1046
FakeSendFileFeature
fakeSendFile = null;
1096
FakeSendFileFeature
fakeSendFile = null;
1146
FakeSendFileFeature
fakeSendFile = null;