7 references to HasParamType
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\CallingConvention\CallingConvention_1.cs (1)
164
if (argit.
HasParamType
)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (6)
557
Debug.Assert(
HasParamType
);
621
if (
HasParamType
&& _paramTypeLoc == ParamTypeLocation.Stack)
644
if (
HasParamType
)
677
Debug.Assert(!IsVarArg || !
HasParamType
);
682
if (
HasParamType
)
1477
if (
HasParamType
)