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