1 write to _body
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingMethodBody.cs (1)
17
_body
= body;
7 references to _body
System.Reflection.Context (7)
System\Reflection\Context\Delegation\DelegatingMethodBody.cs (7)
22
get { return
_body
.ExceptionHandlingClauses; }
27
get { return
_body
.InitLocals; }
32
get { return
_body
.LocalSignatureMetadataToken; }
37
get { return
_body
.LocalVariables; }
42
get { return
_body
.MaxStackSize; }
47
return
_body
.GetILAsByteArray();
52
return
_body
.ToString();