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