1 write to StartStreamDisposeTcs
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (1)
682
internal set => _testStreamContext.
StartStreamDisposeTcs
= value;
3 references to StartStreamDisposeTcs
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Servers\Kestrel\shared\test\Http3\Http3InMemory.cs (3)
681
get => _testStreamContext.
StartStreamDisposeTcs
;
1219
if (
StartStreamDisposeTcs
!= null)
1221
await
StartStreamDisposeTcs
.Task;