2 writes to instruction
Mono.Cecil (2)
Mono.Cecil.Cil\Symbols.cs (2)
221 this.instruction = instruction; 227 this.instruction = null;
5 references to instruction
Mono.Cecil (5)
Mono.Cecil.Cil\Symbols.cs (5)
199 if (instruction != null) 200 return instruction.Offset; 209 get { return instruction == null && !offset.HasValue; } 212 internal bool IsResolved => instruction != null || !offset.HasValue; 214 internal Instruction ResolvedInstruction => instruction;