2 instantiations of SyncPoint
Microsoft.AspNetCore.Hosting.Tests (2)
HostingMetricsTests.cs (1)
120var syncPoint = new SyncPoint();
src\Shared\SyncPoint\SyncPoint.cs (1)
57localSyncPoints[i] = new SyncPoint();
6 references to SyncPoint
Microsoft.AspNetCore.Hosting.Tests (6)
HostingMetricsTests.cs (1)
120var 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];