1 write to _storeItemCollection
System.Data.Entity (1)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
511
_storeItemCollection
= (StoreItemCollection)this.Workspace.GetItemCollection(DataSpace.SSpace);
3 references to _storeItemCollection
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (3)
383
get { return
_storeItemCollection
; }
3818
TypeUsage storeTypeUsage = this.
_storeItemCollection
.StoreProviderManifest.GetStoreType(type);
4226
PrimitiveType mappedType = this.
_storeItemCollection
.GetMappedPrimitiveType(modelType);