3 instantiations of SyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (3)
QuicConnectionListenerTests.cs (2)
334
var syncPoint = new
SyncPoint
();
377
var syncPoint = new
SyncPoint
();
src\Shared\SyncPoint\SyncPoint.cs (1)
57
localSyncPoints[i] = new
SyncPoint
();
7 references to SyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (7)
QuicConnectionListenerTests.cs (2)
334
var
syncPoint = new SyncPoint();
377
var
syncPoint = new SyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (5)
38
public static Func<Task> Create(out
SyncPoint
syncPoint)
49
/// <param name="syncPoints">The <see cref="
SyncPoint
"/> objects that can be used to coordinate the sync point</param>
51
public static Func<Task> Create(int count, out
SyncPoint
[] syncPoints)
54
var localSyncPoints = new
SyncPoint
[count];
71
var
syncPoint = localSyncPoints[counter];