3 references to CreateDelegateWithoutSignatureValidation
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
306
return runtimeMethodInfo.
CreateDelegateWithoutSignatureValidation
(type, target, isStatic: false, isOpen: false);
336
return runtimeMethodInfo.
CreateDelegateWithoutSignatureValidation
(type, target: null, isStatic: true, isOpen: true);
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
395
return
CreateDelegateWithoutSignatureValidation
(runtimeDelegateType.ToType(), target, isStatic: isStatic, isOpen: isOpen);