3 references to X86_INSTR_NOP
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (3)
359if (ReadByteAt(methodStart) == X86_INSTR_NOP && ReadByteAt(methodStart + 1) == X86_INSTR_INT3) 522if (ReadByteAt(methodStart) == X86_INSTR_NOP && ReadByteAt(methodStart + 1) == X86_INSTR_INT3) 761if (CheckInstrByte(ReadByteAt(baseAddress + offset), X86_INSTR_NOP))