4 writes to start
Mono.Cecil (4)
Mono.Cecil.Cil\CodeReader.cs (1)
423
scope.
start
= new InstructionOffset (GetInstruction (scope.start.Offset));
Mono.Cecil.Cil\Symbols.cs (3)
580
set {
start
= value; }
590
this.
start
= new InstructionOffset (start);
596
this.
start
= new InstructionOffset (start);
2 references to start
Mono.Cecil (2)
Mono.Cecil.Cil\CodeReader.cs (1)
423
scope.start = new InstructionOffset (GetInstruction (scope.
start
.Offset));
Mono.Cecil.Cil\Symbols.cs (1)
579
get { return
start
; }