8 references to V
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (8)
868context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 869context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 929sourceAddress = startingSp + (uint)Marshal.OffsetOf<ARM64Context>(nameof(ARM64Context.V)); 932context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 933context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 1131context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1182context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1185context.V[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);