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