3 references to TestServiceContext
InMemory.FunctionalTests (3)
Http3\WebTransport\WebTransportTestUtilities.cs (1)
87return new WebTransportStream(TestContextFactory.CreateHttp3StreamContext("id", null, new TestServiceContext(), features, null, null, null, transport), type);
MaxRequestBodySizeTests.cs (1)
252new TestServiceContext { ServerOptions = { Limits = { MaxRequestBodySize = 0 } } }))
TestTransport\TestServer.cs (1)
39: this(app, new TestServiceContext())