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