3 references to Properties
System.Data.Entity (3)
System\Data\Mapping\StorageEndPropertyMapping.cs (1)
139foreach (StoragePropertyMapping propertyMapping in Properties) {
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
434ExtractProperties(associationEndPropertypMap.Properties, associationEndNode, cSlots,
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
229IEnumerable<StorageScalarPropertyMapping> propertyMaps = foreignKeyEndMap.Properties.Cast<StorageScalarPropertyMapping>();