4 references to m_entityTypes
System.Data.Entity (4)
System\Data\Mapping\StorageEntityTypeMapping.cs (4)
84return new List<EdmType>(m_entityTypes.Values).AsReadOnly(); 104this.m_entityTypes.Add(type.FullName, type); 115foreach (EntityType type in m_entityTypes.Values) { 143foreach (EdmType type in m_entityTypes.Values) {