2 references to _atSyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (2)
src\Shared\SyncPoint\SyncPoint.cs (2)
18
public Task WaitForSyncPoint() =>
_atSyncPoint
.Task;
34
_atSyncPoint
.TrySetResult();