5 writes to Continuation
System.Private.CoreLib (5)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (5)
567state.Continuation = asyncCallstack; 574state.Continuation = asyncCallstack; 581state.Continuation = asyncCallstack; 631state.Continuation = state.Continuation.Next; 644state.Continuation = state.Continuation.Next;
7 references to Continuation
System.Private.CoreLib (7)
src\runtime\src\coreclr\System.Private.CoreLib\src\System\Runtime\CompilerServices\AsyncProfiler.CoreCLR.cs (7)
592if (state.Continuation == null) 612currentNativeIP = (ulong)state.Continuation.ResumeInfo->DiagnosticIP; 631state.Continuation = state.Continuation.Next; 632while (state.Count < maxAsyncCallstackFrames && state.Continuation != null) 638currentNativeIP = (ulong)state.Continuation.ResumeInfo->DiagnosticIP; 644state.Continuation = state.Continuation.Next; 650return state.Continuation == null || state.Count == byte.MaxValue;