1 implementation of Name
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
209public string Name
4 references to Name
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
249return _common.Name;
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
103return _common.Name;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.GetMember.cs (2)
141methodCommon.Name, 153throw new ArgumentException(SR.Format(SR.Arg_MemberInfoNotFound, methodCommon.Name), nameof(methodCommon));