2 references to CreateDelegateNoThrowOnBindFailure
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
273
Delegate result = runtimeMethodInfo.
CreateDelegateNoThrowOnBindFailure
(runtimeDelegateTypeInfo, firstArgument, allowClosed);
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
81
Delegate result =
CreateDelegateNoThrowOnBindFailure
(runtimeDelegateTypeInfo, target, allowClosed);