2 writes to _argType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
344_argType = default(CorElementType); 766_argType = argType;
8 references to _argType
Microsoft.Diagnostics.DataContractReader.Contracts (8)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (8)
461if (_argType == CorElementType.ELEMENT_TYPE_BYREF) 472if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 479if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 486if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 500if (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE) 1380return _argType; 1387return _argType; 1398return (_argType == CorElementType.ELEMENT_TYPE_VALUETYPE);