1 override of ProjectMethodBody
System.Reflection.Context (1)
System\Reflection\Context\CustomReflectionContext.Projector.cs (1)
166public override MethodBody? ProjectMethodBody(MethodBody? value)
2 references to ProjectMethodBody
System.Reflection.Context (2)
System\Reflection\Context\Projection\ProjectingConstructorInfo.cs (1)
64return Projector.ProjectMethodBody(base.GetMethodBody());
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
99return Projector.ProjectMethodBody(base.GetMethodBody());