1 write to body
Mono.Cecil (1)
Mono.Cecil.Cil\CodeWriter.cs (1)
105
body
= method.Body;
19 references to body
Mono.Cecil (19)
Mono.Cecil.Cil\CodeWriter.cs (19)
113
if (
body
.HasExceptionHandlers)
117
WriteByte ((byte) (0x2 | (
body
.CodeSize << 2))); // tiny
132
method.debug_info.code_size =
body
.CodeSize;
133
method.debug_info.local_var_token =
body
.local_var_token;
154
var body = this.
body
;
173
var instructions =
body
.Instructions;
217
var offset = target != null ? GetTargetOffset (target) :
body
.code_size;
223
var offset = target != null ? GetTargetOffset (target) :
body
.code_size;
280
var last =
body
.instructions [
body
.instructions.size - 1];
302
if (
body
.method.HasThis) {
303
if (parameter ==
body
.this_parameter)
314
var body = this.
body
;
325
var instructions =
body
.instructions;
332
if (
body
.HasExceptionHandlers)
343
body
.code_size = offset;
344
body
.max_stack_size = max_stack;
349
var exception_handlers =
body
.ExceptionHandlers;
513
var handlers =
body
.ExceptionHandlers;