2 references to GetName
System.Private.CoreLib (2)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
161public override string Name => RuntimeMethodHandle.GetName(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
204public override string Name => m_name ??= RuntimeMethodHandle.GetName(this);