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