2 references to CreateDelegateWorker
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
241
return
CreateDelegateWorker
(type, firstArgument, method, throwOnBindFailure, allowClosed: true);
254
return
CreateDelegateWorker
(type, null, method, throwOnBindFailure, allowClosed: false);