2 references to X86_INSTR_POP_ECX
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\Context\X86\X86Unwinder.cs (2)
164
else if (gcInfo.RawStackSize == _target.PointerSize && ReadByteAt(epilogBase) ==
X86_INSTR_POP_ECX
)
263
if (ReadByteAt(epilogBase) ==
X86_INSTR_POP_ECX
)