6 references to InternalAllocLike
mscorlib (6)
system\multicastdelegate.cs (6)
222MulticastDelegate result = (MulticastDelegate)InternalAllocLike(this); 650MulticastDelegate realDelegate = (MulticastDelegate)Delegate.InternalAllocLike(this); 663MulticastDelegate realDelegate = (MulticastDelegate)Delegate.InternalAllocLike(this); 676MulticastDelegate realDelegate = Delegate.InternalAllocLike(this); 689MulticastDelegate realDelegate = Delegate.InternalAllocLike(this); 711MulticastDelegate realDelegate = Delegate.InternalAllocLike(this);