10 references to EdmItemCollection
System.Web.Entity.Design (10)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (10)
1251if (this.EdmItemCollection != null) 1253ReadOnlyCollection<EntityContainer> entityContainers = this.EdmItemCollection.GetItems<EntityContainer>(); 1275if (this.EdmItemCollection != null && 1276this.EdmItemCollection.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container) && 1290if (this.EdmItemCollection != null) 1292this.EdmItemCollection.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container); 1395if (this.EdmItemCollection != null) 1398if (this.EdmItemCollection.TryGetEntityContainer(entityContainerName, true /*ignoreCase*/, out container) && (container != null)) 1414if (baseEntitySetType != null && this.EdmItemCollection != null) 1416foreach (EntityType entityType in GetTypeAndSubtypesOf(baseEntitySetType, this.EdmItemCollection))