1 write to _hasThis
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
189
_hasThis
= hasThis;
3 references to _hasThis
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))
242
public bool HasThis() { return
_hasThis
; }