2 references to GetName
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
441get { return RuntimeMethodHandle.GetName(this); }
system\reflection\methodinfo.cs (1)
525m_name = RuntimeMethodHandle.GetName(this);