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