1 write to _testStreamContext
InMemory.FunctionalTests (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
684_testStreamContext = testStreamContext;
6 references to _testStreamContext
InMemory.FunctionalTests (6)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (6)
668public bool Disposed => _testStreamContext.Disposed; 669public Task OnDisposedTask => _testStreamContext.OnDisposedTask; 670public Task OnDisposingTask => _testStreamContext.OnDisposingTask; 674get => _testStreamContext.StartStreamDisposeTcs; 675internal set => _testStreamContext.StartStreamDisposeTcs = value; 789_testStreamContext.Complete();