9 references to IsCollectionType
System.Data.Entity (9)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (5)
784
if (TypeUtils.IsStructuredType(varDefOp.Var.Type) || TypeUtils.
IsCollectionType
(varDefOp.Var.Type))
823
if (TypeUtils.
IsCollectionType
(v.Type))
1329
if (TypeUtils.
IsCollectionType
(varDefOp.Var.Type))
1637
if (TypeUtils.
IsCollectionType
(v.Type))
1948
if (TypeUtils.
IsCollectionType
(op.Type) || md.TypeSemantics.IsEnumerationType(op.Type) || md.TypeSemantics.IsStrongSpatialType(op.Type))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
228
if (TypeUtils.IsStructuredType(type) || TypeUtils.
IsCollectionType
(type) || TypeUtils.IsEnumerationType(type))
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (2)
471
while (TypeUtils.
IsCollectionType
(type))
721
if (TypeUtils.
IsCollectionType
(type))
System\Data\Query\ResultAssembly\BridgeDataReader.cs (1)
203
else if (TypeUtils.
IsCollectionType
(typeUsage)) {