5 references to WaitForSyncPoint
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (4)
1298await sync.WaitForSyncPoint().DefaultTimeout(); 1337await sync.WaitForSyncPoint().DefaultTimeout(); 1381await sync.WaitForSyncPoint().DefaultTimeout(); 2583await streamCopySyncPoint.WaitForSyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (1)
29/// This code will unblock <see cref="WaitForSyncPoint"/> and then block waiting for <see cref="Continue"/> to be called.