Base:
property
Name
System.Reflection.MemberInfo.Name
5 references to Name
mscorlib (4)
system\reflection\emit\enumbuilder.cs (1)
79get { return m_typeBuilder.Name; }
system\reflection\emit\generictypeparameterbuilder.cs (2)
40return m_type.Name; 59public override String Name { get { return m_type.Name; } }
system\reflection\emit\methodrental.cs (1)
82throw new NotSupportedException(Environment.GetResourceString("NotSupported_NotAllTypesAreBaked", typeBuilder.Name));
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1375string cannotSetException = System.Data.Entity.Strings.EntityProxyTypeInfo_CannotSetEntityCollectionProperty(propertyBuilder.Name, typeBuilder.Name);