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