1 write to _testBase
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
1122
_testBase
= testBase;
9 references to _testBase
InMemory.FunctionalTests (9)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (9)
1137
var inputOptions = Http3InMemory.GetInputPipeOptions(
_testBase
._serviceContext,
_testBase
._memoryPool, clientWriterScheduler ?? PipeScheduler.ThreadPool);
1138
var outputOptions = Http3InMemory.GetOutputPipeOptions(
_testBase
._serviceContext,
_testBase
._memoryPool, PipeScheduler.ThreadPool);
1158
_testBase
.Logger.LogInformation($"Initializing stream {streamId}");
1223
_testBase
.Logger.LogDebug($"Disposing stream {StreamId}");
1239
_testBase
.Logger.LogDebug($"Pooling stream {StreamId} for reuse.");
1240
_testBase
._streamContextPool.Enqueue(this);
1245
_testBase
.Logger.LogDebug($"Can't reuse stream {StreamId}. Aborted: {_isAborted}, Reader completed successfully: {_transportPipeReader.IsCompletedSuccessfully}, Writer completed successfully: {_transportPipeWriter.IsCompletedSuccessfully}.");