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