2 writes to _paramTypeLoc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
1482
_paramTypeLoc
= (numRegistersUsed == 1) ?
1488
_paramTypeLoc
= ParamTypeLocation.Stack;
2 references to _paramTypeLoc
Microsoft.Diagnostics.DataContractReader.Contracts (2)
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (2)
565
switch (
_paramTypeLoc
)
621
if (HasParamType &&
_paramTypeLoc
== ParamTypeLocation.Stack)