2 references to IsTransientType
System.Data.Entity (2)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
211
if (Helper.
IsTransientType
(edmType))
System\Data\Metadata\TypeSemantics.cs (1)
179
Func<TypeUsage, bool> isLeaf = t => !Helper.
IsTransientType
(t.EdmType);