2 writes to _argForceByRef
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
348
_argForceByRef
= false;
758
CorElementType 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)
512
return
_argForceByRef
;
769
argType =
_argForceByRef
? CorElementType.ELEMENT_TYPE_BYREF : argType;
770
argSize =
_argForceByRef
? _transitionBlock.PointerSize : argSize;