1 write to _hasParamType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
374
_hasParamType
= hasParamType;
1 reference to _hasParamType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (1)
302
public bool HasParamType =>
_hasParamType
;