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