1 write to m_edmItemCollection
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
70m_edmItemCollection = entityContainerMapping.StorageMappingItemCollection.EdmItemCollection;
7 references to m_edmItemCollection
System.Data.Entity (7)
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (7)
82m_memberMaps = new MemberMaps(viewTarget, MemberProjectionIndex.Create(extent, m_edmItemCollection), queryDomainMap, updateDomainMap); 86leftKB.CreateVariableConstraints(extent, domainMap, m_edmItemCollection); 104rightKB.CreateVariableConstraints(rightExtent, rightDomainMap, m_edmItemCollection); 105rightKB.CreateAssociationConstraints(rightExtent, rightDomainMap, m_edmItemCollection); 151rightKB.CreateEquivalenceConstraintForOneToOneForeignKeyAssociation(assocSet, rightDomainMap, m_edmItemCollection); 193get { return m_edmItemCollection; } 252Set<EdmMember> tokenMembers = MetadataHelper.GetConcurrencyMembersForTypeHierarchy(extentType, m_edmItemCollection);