5 references to SIZE64_PREFIX
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\StackWalk\Context\AMD64\AMD64Unwinder.cs (5)
193
if ((ReadByteAt(nextByte) ==
SIZE64_PREFIX
) &&
205
else if ((ReadByteAt(nextByte) ==
SIZE64_PREFIX
) &&
217
else if (((ReadByteAt(nextByte) & 0xfe) ==
SIZE64_PREFIX
) &&
378
else if (((ReadByteAt(nextByte) & 0xf8) ==
SIZE64_PREFIX
) &&
410
if ((ReadByteAt(nextByte) & 0xf8) ==
SIZE64_PREFIX
)