1 write to m_relation
System.Data.Entity (1)
System\Data\Mapping\StorageAssociationTypeMapping.cs (1)
59this.m_relation = relation;
3 references to m_relation
System.Data.Entity (3)
System\Data\Mapping\StorageAssociationTypeMapping.cs (3)
77return this.m_relation; 88return new ReadOnlyCollection<EdmType>(new AssociationType[] { m_relation }); 117sb.Append(this.m_relation.Name);