3 references to IsUdt
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1739if (TypeUtils.IsUdt(collType.TypeUsage))
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2344if (TypeUtils.IsUdt(inputType))
System\Data\Query\PlanCompiler\TypeUtils.cs (1)
128(md.TypeSemantics.IsComplexType(type) && !IsUdt(type)));