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)
22get { return _body.ExceptionHandlingClauses; } 27get { return _body.InitLocals; } 32get { return _body.LocalSignatureMetadataToken; } 37get { return _body.LocalVariables; } 42get { return _body.MaxStackSize; } 47return _body.GetILAsByteArray(); 52return _body.ToString();