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