Base:
1 override of GetMethodBody
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
97public override MethodBody? GetMethodBody()
1 reference to GetMethodBody
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
99return Projector.ProjectMethodBody(base.GetMethodBody());