3 references to StructuredTypeVarInfo
System.Data.Entity (3)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1597System.Diagnostics.Debug.Assert(outerVarInfo.Kind == VarInfoKind.StructuredTypeVarInfo, "StructuredVarInfo expected");
System\Data\Query\PlanCompiler\VarInfo.cs (2)
141/// Gets <see cref="VarInfoKind"/> for this <see cref="VarInfo"/>. Always <see cref="VarInfoKind.StructuredTypeVarInfo"/>. 145get { return VarInfoKind.StructuredTypeVarInfo; }