2 references to Types
System.Data.Entity (2)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
419foreach (var type in storageComplexTypeMapping.Types)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
413IEnumerable<EdmType> exactTypes = Helpers.AsSuperTypeList<ComplexType, EdmType>(complexTypeMap.Types);