1 write to instructions
Mono.Cecil (1)
Mono.Cecil.Cil\ILProcessor.cs (1)
29
this.
instructions
= body.Instructions;
11 references to instructions
Mono.Cecil (11)
Mono.Cecil.Cil\ILProcessor.cs (11)
211
var index =
instructions
.IndexOf (target);
215
instructions
.Insert (index, instruction);
225
var index =
instructions
.IndexOf (target);
229
instructions
.Insert (index + 1, instruction);
234
if (index < 0 || index >=
instructions
.Count)
239
instructions
.Insert (index + 1, instruction);
247
instructions
.Add (instruction);
275
if (!
instructions
.Remove (instruction))
281
if (index < 0 || index >=
instructions
.Count)
284
instructions
.RemoveAt (index);
289
instructions
.Clear ();