src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (15)
18public static ulong GetDispatcherId(ref AsyncDispatcherInfo info) => info.AsyncProfilerInfo.DispatcherId;
22AsyncDispatcherInfo* v2 = AsyncDispatcherInfo.t_current;
71public static void Resume(ref AsyncDispatcherInfo info)
80public static void Resume(ref AsyncDispatcherInfo info, AsyncThreadContext context, ulong dispatcherId, EventKeywords activeEventKeywords)
114public static void Suspend(ref AsyncDispatcherInfo info, Continuation nextContinuation)
142public static void Complete(ref AsyncDispatcherInfo info)
159public static void Unhandled(ref AsyncDispatcherInfo info, uint unwindedFrames)
181public static void Handled(ref AsyncDispatcherInfo info, uint unwindedFrames)
196public static void Resume(ref AsyncDispatcherInfo info)
211public static void Complete(ref AsyncDispatcherInfo info)
261public static Continuation? Dispatch(ref AsyncDispatcherInfo info, Continuation curContinuation, ref byte resultLoc)
520AsyncDispatcherInfo* runtimeAsyncInfo = AsyncDispatcherInfo.t_current;
526private static unsafe void ResumeAsyncCallstacks(AsyncDispatcherInfo* runtimeAsyncInfo, AsyncStateMachineDispatcherInfo* stateMachineAsyncInfo, AsyncThreadContext context)