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