1 write to _isVarArg
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
190_isVarArg = isVarArg;
3 references to _isVarArg
Microsoft.Diagnostics.DataContractReader.Contracts (3)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (3)
209if (_hasThis != other._hasThis || _isVarArg != other._isVarArg || !_returnType.Equals(other._returnType)) 243public bool IsVarArg() { return _isVarArg; }