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