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