7 references to ParamTypeLocation
Microsoft.Diagnostics.DataContractReader.Contracts (7)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (7)
567case ParamTypeLocation.Ecx:// PARAM_TYPE_REGISTER_ECX: 569case ParamTypeLocation.Edx: 621if (HasParamType && _paramTypeLoc == ParamTypeLocation.Stack) 1483ParamTypeLocation.Ecx : ParamTypeLocation.Edx; 1488_paramTypeLoc = ParamTypeLocation.Stack; 1836private ParamTypeLocation _paramTypeLoc;