3 references to SuspendAsyncContext
System.Private.CoreLib (3)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
1622
AsyncProfiler.
SuspendAsyncContext
.Suspend(ref info, nextContinuation);
1639
AsyncProfiler.
SuspendAsyncContext
.Suspend(ref info, nextContinuation ?? newContinuation);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (1)
213
AsyncProfiler.
SuspendAsyncContext
.Suspend(ref info.AsyncProfilerInfo);