4 references to IsStoreType
System.Data.Entity.Design (4)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (3)
91
if (!MetadataUtil.
IsStoreType
(storeEntityContainer))
569
Debug.Assert(MetadataUtil.
IsStoreType
(tvfReturnType), "this is not a store type");
762
Debug.Assert(MetadataUtil.
IsStoreType
(storeEntityType), "this is not a store type");
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
167
if (MetadataUtil.
IsStoreType
(type))