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