2 instantiations of TestHttpActivityFeature
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationTests.cs (2)
151
var overridenFeature = new
TestHttpActivityFeature
();
169
httpContext.Features.Set<IHttpActivityFeature>(new
TestHttpActivityFeature
());
1 reference to TestHttpActivityFeature
Microsoft.AspNetCore.Hosting.Tests (1)
HostingApplicationTests.cs (1)
151
var
overridenFeature = new TestHttpActivityFeature();