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