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