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