2 writes to variable_type
Mono.Cecil (2)
Mono.Cecil.Cil\VariableReference.cs (2)
20
set {
variable_type
= value; }
29
this.
variable_type
= variable_type;
2 references to variable_type
Mono.Cecil (2)
Mono.Cecil.Cil\VariableDefinition.cs (1)
16
get { return
variable_type
.IsPinned; }
Mono.Cecil.Cil\VariableReference.cs (1)
19
get { return
variable_type
; }