src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (3)
33AsyncCallstack.EmitEvent(context, currentTimestamp, AsyncEventID.CreateAsyncCallstack, id, nextContinuation);
78AsyncCallstack.EmitEvent(context, currentTimestamp, id, info.NextContinuation);
103AsyncCallstack.EmitEvent(context, currentTimestamp, AsyncEventID.SuspendAsyncCallstack, GetId(ref info), nextContinuation);