2 references to _continueFromSyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
src\Shared\SyncPoint\SyncPoint.cs (2)
23
public void Continue() =>
_continueFromSyncPoint
.TrySetResult();
35
return
_continueFromSyncPoint
.Task;