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