2 references to GetDelegateLdFtnResult
System.Private.CoreLib (2)
Internal\Runtime\Augments\RuntimeAugments.cs (1)
192
return d.
GetDelegateLdFtnResult
(out typeOfFirstParameterIfInstanceDelegate, out isOpenResolver);
System\Delegate.cs (1)
295
IntPtr ldftnResult =
GetDelegateLdFtnResult
(out RuntimeTypeHandle _, out bool isOpenResolver);