3 writes to _argNum
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
347
_argNum
= 0;
750
_argNum
= (_skipFirstArg ? 1 : 0);
762
_argNum
++;
3 references to _argNum
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
755
if (
_argNum
>= NumFixedArgs)
758
CorElementType argType = GetArgumentType(
_argNum
, out _argTypeHandle, out _argForceByRef);
760
_argTypeHandleOfByRefParam = (argType == CorElementType.ELEMENT_TYPE_BYREF ? _argData.GetByRefArgumentType(
_argNum
) : default);