2 writes to _argForceByRef
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
348_argForceByRef = false; 758CorElementType argType = GetArgumentType(_argNum, out _argTypeHandle, out _argForceByRef);
3 references to _argForceByRef
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
512return _argForceByRef; 769argType = _argForceByRef ? CorElementType.ELEMENT_TYPE_BYREF : argType; 770argSize = _argForceByRef ? _transitionBlock.PointerSize : argSize;