Base:
property
Name
System.Reflection.MemberInfo.Name
4 references to Name
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeConstructorBuilder.cs (1)
71
public override string Name => m_methodBuilder.
Name
;
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (3)
1104
if ((method.Attributes & MethodAttributes.SpecialName) != 0 && method.
Name
.Equals(ConstructorInfo.ConstructorName))
1617
throw new InvalidOperationException(SR.Format(SR.InvalidOperation_BadMethodBody, meth.
Name
));
1632
SR.Format(SR.InvalidOperation_BadEmptyMethodBody, meth.
Name
));