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