3 instantiations of FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1040
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1090
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1140
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1025
FakeSendFileFeature
fakeSendFile = null;
1075
FakeSendFileFeature
fakeSendFile = null;
1125
FakeSendFileFeature
fakeSendFile = null;