2 writes to _asyncContinuationLoc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1467
_asyncContinuationLoc
= (numRegistersUsed == 1) ?
1473
_asyncContinuationLoc
= AsyncContinuationLocation.Stack;
1 reference to _asyncContinuationLoc
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
608
switch (
_asyncContinuationLoc
)