2 instantiations of FeaturesWithContext
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationTests.cs (2)
56
var features = new
FeaturesWithContext
<Context>(new DefaultHttpContext().Features);
79
var features = new
FeaturesWithContext
<Context>(new DefaultHttpContext().Features);
2 references to FeaturesWithContext
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationTests.cs (2)
56
var
features = new FeaturesWithContext<Context>(new DefaultHttpContext().Features);
79
var
features = new FeaturesWithContext<Context>(new DefaultHttpContext().Features);