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