2 references to IsStructuralType
System.Data.Entity (2)
System\Data\Metadata\TypeHelpers.cs (1)
41
else if (TypeSemantics.
IsStructuralType
(typeUsage) && !Helper.IsComplexType(typeUsage.EdmType) && !Helper.IsEntityType(typeUsage.EdmType))
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2071
if (TypeSemantics.
IsStructuralType
(e.ResultType))