10 references to MethodBody
mscorlib (7)
system\reflection\ConstructorInfo.cs (2)
667
public override
MethodBody
GetMethodBody()
669
MethodBody
mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
system\reflection\methodbase.cs (1)
254
public virtual
MethodBody
GetMethodBody()
system\reflection\methodbody.cs (1)
35
private
MethodBody
m_methodBody;
system\reflection\methodinfo.cs (2)
643
public override
MethodBody
GetMethodBody()
645
MethodBody
mb = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
system\runtimehandles.cs (1)
1501
internal extern static
MethodBody
GetMethodBody(IRuntimeMethodInfo method, RuntimeType declaringType);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1966
public 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)
1966
public override
MethodBody
GetMethodBody() { return _info.GetMethodBody(); }
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (1)
1070
public override
MethodBody
GetMethodBody()