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