2 writes to instruction
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (2)
220 this.instruction = instruction; 226 this.instruction = null;
5 references to instruction
Mono.Cecil (5)
Mono.Cecil.Cil\Symbols.cs (5)
198 if (instruction != null) 199 return instruction.Offset; 208 get { return instruction == null && !offset.HasValue; } 211 internal bool IsResolved => instruction != null || !offset.HasValue; 213 internal Instruction ResolvedInstruction => instruction;