10 references to ArgLocDesc
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CallingConvention\CallingConvention_1.cs (1)
229
ArgLocDesc
loc = argit.GetArgLoc(argOffset) ?? throw new InvalidOperationException("ArgIterator returned null ArgLocDesc for struct-in-registers argument");
src\runtime\src\coreclr\tools\Common\CallingConvention\ArgIterator.cs (9)
105
private readonly
ArgLocDesc
? _argLocDescForStructInRegs;
108
public ArgDestination(TransitionBlock transitionBlock, int offset,
ArgLocDesc
? argLocDescForStructInRegs)
295
private
ArgLocDesc
_argLocDescForStructInRegs;
1567
public
ArgLocDesc
? GetArgLoc(int argOffset)
1573
ArgLocDesc
pLoc = default;
1586
ArgLocDesc
pLoc = default;
1629
ArgLocDesc
pLoc = default;
1680
ArgLocDesc
pLoc = default;
1736
ArgLocDesc
pLoc = default;