1 write to _testStreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
708_testStreamContext = testStreamContext;
6 references to _testStreamContext
InMemory.FunctionalTests (6)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (6)
692public bool Disposed => _testStreamContext.Disposed; 693public Task OnDisposedTask => _testStreamContext.OnDisposedTask; 694public Task OnDisposingTask => _testStreamContext.OnDisposingTask; 698get => _testStreamContext.StartStreamDisposeTcs; 699internal set => _testStreamContext.StartStreamDisposeTcs = value; 813_testStreamContext.Complete();