12 references to SyncPoint
System.Private.CoreLib (12)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1589AsyncProfiler.SyncPoint.Check(ref info.AsyncProfilerInfo);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (4)
45SyncPoint.Check(context); 82if (SyncPoint.Check(context)) 118SyncPoint.Check(context); 146SyncPoint.Check(context);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (6)
926SyncPoint.Check(context); 954SyncPoint.Check(context); 971SyncPoint.Check(context); 1014if (SyncPoint.Check(context)) 1077SyncPoint.Check(context); 1100SyncPoint.Check(context);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (1)
171AsyncProfiler.SyncPoint.Check(ref info->AsyncProfilerInfo);