1 write to _testBase
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1008
_testBase
= testBase;
3 references to _testBase
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (3)
1073
var testStreamContext = new TestStreamContext(canRead: true, canWrite: false,
_testBase
);
1076
var stream =
_testBase
.OnCreateServerControlStream?.Invoke(testStreamContext) ?? new Http3ControlStream(
_testBase
, testStreamContext);