1 implementation of GetRuntimeMethodHandle
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
188
public RuntimeMethodHandle
GetRuntimeMethodHandle
(Type[] genericArgs)
2 references to GetRuntimeMethodHandle
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
320
return _common.
GetRuntimeMethodHandle
(genericArgs);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
145
public sealed override RuntimeMethodHandle MethodHandle => _common.
GetRuntimeMethodHandle
(null);