2 writes to _argSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
346_argSize = 0; 767_argSize = argSize;
5 references to _argSize
Microsoft.Diagnostics.DataContractReader.Contracts (5)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (5)
470return _transitionBlock.IsArgPassedByRef(_argSize); 475return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) && (!_argTypeHandle.IsHomogeneousAggregate() || IsVarArg)); 482return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.IsArgPassedByRef(_argTypeHandle)); 489return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.IsArgPassedByRef(_argTypeHandle)); 1393return _argSize;