3 instantiations of FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1084
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1134
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
1184
fakeSendFile = new
FakeSendFileFeature
(context.Features.Get<IHttpResponseBodyFeature>());
3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1069
FakeSendFileFeature
fakeSendFile = null;
1119
FakeSendFileFeature
fakeSendFile = null;
1169
FakeSendFileFeature
fakeSendFile = null;