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