3 references to TestStreamContext
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (3)
418var testStreamContext = new TestStreamContext(canRead: true, canWrite: false, this); 478testStreamContext = new TestStreamContext(canRead: true, canWrite: true, this); 1094var testStreamContext = new TestStreamContext(canRead: true, canWrite: false, _testBase);