8 references to ResumeAsyncContext
System.Private.CoreLib (8)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
1605AsyncProfiler.ResumeAsyncContext.Resume(ref info);
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (2)
534ResumeAsyncContext.Resume(ref *runtimeAsyncInfo, context, DispatcherIds.GetDispatcherId(ref *runtimeAsyncInfo), Config.ActiveEventKeywords); 539ResumeAsyncContext.Resume(ref *stateMachineAsyncInfo, context, DispatcherIds.GetDispatcherId(ref *stateMachineAsyncInfo), Config.ActiveEventKeywords);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.cs (4)
934ResumeAsyncContext.Append(ref info, context, currentTimestamp); 976ResumeAsyncContext.Append(ref info, context, Stopwatch.GetTimestamp()); 1108ResumeAsyncContext.Append(ref info, context, currentTimestamp); 1169ResumeAsyncContext.Append(ref info, box, context, currentTimestamp);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncStateMachineDispatcher.cs (1)
306AsyncProfiler.ResumeAsyncContext.Resume(ref info);