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)
209
if (_hasThis != other._hasThis ||
_isVarArg
!= other.
_isVarArg
|| !_returnType.Equals(other._returnType))
243
public bool IsVarArg() { return
_isVarArg
; }