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)
755if (_argNum >= NumFixedArgs) 758CorElementType argType = GetArgumentType(_argNum, out _argTypeHandle, out _argForceByRef); 760_argTypeHandleOfByRefParam = (argType == CorElementType.ELEMENT_TYPE_BYREF ? _argData.GetByRefArgumentType(_argNum) : default);