Home
last modified time | relevance | path

Searched refs:twoByteInstr (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs16 public bool twoByteInstr = false; field in PEAPI.CILInstruction
52 twoByteInstr = true; in Instr()
63 if (twoByteInstr) output.Write(leadByte); in Write()