1 write to ItemCollection
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
1408this.ItemCollection = itemCollection;
7 references to ItemCollection
System.Data.Entity (7)
System\Data\Metadata\Converter.cs (7)
151if (convertedItemCache.ItemCollection.DataSpace == DataSpace.CSpace) 153EdmItemCollection edmCollection = (EdmItemCollection)convertedItemCache.ItemCollection; 158Debug.Assert(convertedItemCache.ItemCollection.DataSpace == DataSpace.SSpace, "Did you add a new space?"); 161StoreItemCollection storeCollection = convertedItemCache.ItemCollection as StoreItemCollection; 186Debug.Assert(!convertedItemCache.ItemCollection.TryGetValue(element.FQName, false, out item), "Som should have checked for duplicate items"); 733propertyType = convertedItemCache.ItemCollection.GetItem<PrimitiveType>(somProperty.TypeUsage.EdmType.FullName); 1024Debug.Assert(!convertedItemCache.ItemCollection.TryGetValue(function.Identity, false, out returnFunction),