2 writes to NextCall
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (2)
584
prevFrame->
NextCall
= callTarget;
591
newFrame.
NextCall
= null;
1 reference to NextCall
System.Private.CoreLib (1)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
600
callTarget = newFrame.
NextCall
;