4 references to m_types
System.Data.Entity (4)
System\Data\Mapping\StorageComplexTypeMapping.cs (4)
48return new List<ComplexType>(m_types.Values).AsReadOnly(); 100m_types.Add(type.FullName, type); 145foreach (ComplexType type in m_types.Values) { 178foreach (ComplexType type in m_types.Values) {