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