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