5 references to SIZE64_PREFIX
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (5)
191
if ((ReadByteAt(nextByte) ==
SIZE64_PREFIX
) &&
203
else if ((ReadByteAt(nextByte) ==
SIZE64_PREFIX
) &&
215
else if (((ReadByteAt(nextByte) & 0xfe) ==
SIZE64_PREFIX
) &&
376
else if (((ReadByteAt(nextByte) & 0xf8) ==
SIZE64_PREFIX
) &&
408
if ((ReadByteAt(nextByte) & 0xf8) ==
SIZE64_PREFIX
)