2 references to CreateDelegateNoSecurityCheck
mscorlib (2)
system\reflection\emit\dynamicmethod.cs (2)
540
MulticastDelegate d = (MulticastDelegate)Delegate.
CreateDelegateNoSecurityCheck
(delegateType, null, GetMethodDescriptor());
556
MulticastDelegate d = (MulticastDelegate)Delegate.
CreateDelegateNoSecurityCheck
(delegateType, target, GetMethodDescriptor());