Base:
1 override of CreateDelegate
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
118
public override Delegate
CreateDelegate
(Type delegateType, object? target)
1 reference to CreateDelegate
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
120
return base.
CreateDelegate
(Projector.Unproject(delegateType), target);