1 write to method
Mono.Cecil (1)
Mono.Cecil.Cil\MethodBody.cs (1)
126
this.
method
= method;
9 references to method
Mono.Cecil (9)
Mono.Cecil.Cil\CodeWriter.cs (1)
302
if (body.
method
.HasThis) {
Mono.Cecil.Cil\MethodBody.cs (7)
33
get { return
method
; }
58
Interlocked.CompareExchange (ref instructions, new InstructionCollection (
method
), null);
84
Interlocked.CompareExchange (ref variables, new VariableDefinitionCollection (this.
method
), null);
92
if (
method
== null ||
method
.DeclaringType == null)
95
if (!
method
.HasThis)
99
Interlocked.CompareExchange (ref this_parameter, CreateThisParameter (
method
), null);
Mono.Cecil\MethodDefinition.cs (1)
524
var method = self.
method
;