4 references to AllProperties
System.Data.Entity (4)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (1)
409foreach (var property in storageComplexTypeMapping.AllProperties)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
602foreach (StoragePropertyMapping propertyMapping in complexMapping.TypeMappings.SelectMany(m => m.AllProperties))
System\Data\Mapping\Update\Internal\ViewLoader.cs (1)
416foreach (StoragePropertyMapping nestedPropertyMapping in FlattenPropertyMappings(complexTypeMapping.AllProperties))
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
423ExtractProperties(complexTypeMap.AllProperties, complexMemberNode, cSlots,