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