10 references to MethodBody
mscorlib (7)
system\reflection\ConstructorInfo.cs (2)
667public override MethodBody GetMethodBody() 669MethodBody mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
system\reflection\methodbase.cs (1)
254public virtual MethodBody GetMethodBody()
system\reflection\methodbody.cs (1)
35private MethodBody m_methodBody;
system\reflection\methodinfo.cs (2)
643public override MethodBody GetMethodBody() 645MethodBody mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
system\runtimehandles.cs (1)
1501internal extern static MethodBody GetMethodBody(IRuntimeMethodInfo method, RuntimeType declaringType);
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()