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