2 instantiations of InstructionCollection
Mono.Cecil (2)
Mono.Cecil.Cil\CodeReader.cs (1)
150 var instructions = body.instructions = new InstructionCollection (method, (code_size + 1) / 2);
Mono.Cecil.Cil\MethodBody.cs (1)
58 Interlocked.CompareExchange (ref instructions, new InstructionCollection (method), null);