8 references to V
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\Context\ARM64\ARM64Unwinder.cs (8)
865context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 866context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 926sourceAddress = startingSp + (uint)Marshal.OffsetOf<ARM64Context>(nameof(ARM64Context.V)); 929context.V[regIndex * 2] = _target.Read<ulong>(sourceAddress); 930context.V[(regIndex * 2) + 1] = _target.Read<ulong>(sourceAddress + 8); 1128context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1179context.V[(firstRegister + regIndex) * 2] = _target.Read<ulong>(curAddress); 1182context.V[((firstRegister + regIndex) * 2) + 1] = _target.Read<ulong>(curAddress);