Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs227 internal class MethInstr : Instr { class
230 internal MethInstr(int inst, Method m) : base(inst) in MethInstr() method in PEAPI.MethInstr
506 AddToBuffer(new MethInstr((int)inst,m)); in MethInst()