5 overrides of LdFtnResult
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\CustomMethodInvoker.cs (1)
114public sealed override IntPtr LdFtnResult => throw new PlatformNotSupportedException();
System\Reflection\Runtime\MethodInfos\OpenMethodInvoker.cs (1)
52public sealed override IntPtr LdFtnResult
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
148public sealed override IntPtr LdFtnResult => MethodInvokeInfo.LdFtnResult;
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
71public sealed override IntPtr LdFtnResult => MethodInvokeInfo.LdFtnResult;
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
137public sealed override IntPtr LdFtnResult
2 references to LdFtnResult
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
163internal IntPtr LdFtnResult => MethodInvoker.LdFtnResult;
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
300internal IntPtr LdFtnResult => MethodInvoker.LdFtnResult;