1 write to _testStreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
690_testStreamContext = testStreamContext;
6 references to _testStreamContext
InMemory.FunctionalTests (6)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (6)
674public bool Disposed => _testStreamContext.Disposed; 675public Task OnDisposedTask => _testStreamContext.OnDisposedTask; 676public Task OnDisposingTask => _testStreamContext.OnDisposingTask; 680get => _testStreamContext.StartStreamDisposeTcs; 681internal set => _testStreamContext.StartStreamDisposeTcs = value; 795_testStreamContext.Complete();