Home
last modified time | relevance | path

Searched defs:FieldInstr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DFieldInstr.cs16 public class FieldInstr : IInstr { class
21 public FieldInstr (PEAPI.FieldOp op, IFieldRef operand, Location loc) in FieldInstr() method in Mono.ILASM.FieldInstr
/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs210 internal class FieldInstr : Instr { class
213 internal FieldInstr(int inst, Field f) : base(inst) in FieldInstr() method in PEAPI.FieldInstr