2 writes to _x86OfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
706
_x86OfsStack
= (int)(_transitionBlock.OffsetOfArgs + SizeOfArgStack());
782
_x86OfsStack
-= _transitionBlock.StackElemSize(argSize);
1 reference to _x86OfsStack
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
783
argOfs =
_x86OfsStack
;