3 references to CreateDelegateInternal
mscorlib (3)
system\delegate.cs (2)
513
Delegate d =
CreateDelegateInternal
(
561
Delegate d =
CreateDelegateInternal
(
system\reflection\methodinfo.cs (1)
904
Delegate d = Delegate.
CreateDelegateInternal
(rtType, this, firstArgument, bindingFlags, ref stackMark);