3 instantiations of SyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (3)
QuicConnectionListenerTests.cs (2)
334var syncPoint = new SyncPoint(); 377var syncPoint = new SyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (1)
57localSyncPoints[i] = new SyncPoint();
7 references to SyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (7)
QuicConnectionListenerTests.cs (2)
334var syncPoint = new SyncPoint(); 377var syncPoint = new SyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (5)
38public 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> 51public static Func<Task> Create(int count, out SyncPoint[] syncPoints) 54var localSyncPoints = new SyncPoint[count]; 71var syncPoint = localSyncPoints[counter];