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