10 references to ArgLocDesc
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CallingConvention\CallingConvention_1.cs (1)
229ArgLocDesc 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)
105private readonly ArgLocDesc? _argLocDescForStructInRegs; 108public ArgDestination(TransitionBlock transitionBlock, int offset, ArgLocDesc? argLocDescForStructInRegs) 295private ArgLocDesc _argLocDescForStructInRegs; 1567public ArgLocDesc? GetArgLoc(int argOffset) 1573ArgLocDesc pLoc = default; 1586ArgLocDesc pLoc = default; 1629ArgLocDesc pLoc = default; 1680ArgLocDesc pLoc = default; 1736ArgLocDesc pLoc = default;