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