5 overrides of GetMethodBody
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
667public override MethodBody GetMethodBody()
system\reflection\methodinfo.cs (1)
643public override MethodBody GetMethodBody()
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1966public override MethodBody GetMethodBody() { return _info.GetMethodBody(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1966public override MethodBody GetMethodBody() { return _info.GetMethodBody(); }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1070public override MethodBody GetMethodBody()
4 references to GetMethodBody
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
3805byte[] instrs = method.GetMethodBody().GetILAsByteArray();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1966public override MethodBody GetMethodBody() { return _info.GetMethodBody(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1966public override MethodBody GetMethodBody() { return _info.GetMethodBody(); }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1072return this.methodInfo.GetMethodBody();