21 references to Continue
Microsoft.AspNetCore.SignalR.Tests (21)
HubFilterTests.cs (18)
346
syncPoints1[0].
Continue
();
349
syncPoints2[0].
Continue
();
357
syncPoints1[1].
Continue
();
360
syncPoints2[1].
Continue
();
370
syncPoints1[2].
Continue
();
373
syncPoints2[2].
Continue
();
406
syncPoints1[0].
Continue
();
409
syncPoints2[0].
Continue
();
417
syncPoints1[1].
Continue
();
420
syncPoints2[1].
Continue
();
430
syncPoints1[2].
Continue
();
433
syncPoints2[2].
Continue
();
468
syncPoints1[0].
Continue
();
471
syncPoints2[0].
Continue
();
479
syncPoints1[1].
Continue
();
482
syncPoints2[1].
Continue
();
492
syncPoints1[2].
Continue
();
495
syncPoints2[2].
Continue
();
SerializedHubMessageTests.cs (2)
77
syncPoints[0].
Continue
();
78
syncPoints[1].
Continue
();
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.