29 references to IsEmpty
System.Data.Entity (29)
System\Data\Query\InternalTrees\NodeInfo.cs (6)
650if (mappedKeyVec.IsEmpty) 778nodeInfo.MinRows = op.Keys.IsEmpty ? RowCount.One : (relOpChildNodeInfo.MinRows == RowCount.One ? RowCount.One : RowCount.Zero); 779nodeInfo.MaxRows = op.Keys.IsEmpty ? RowCount.One : relOpChildNodeInfo.MaxRows; 1065if (!childNodeInfo.Keys.NoKeys && !childNodeInfo.Keys.KeyVars.IsEmpty) 1083if (nodeKeys.IsEmpty) 1293if (missingKeys.IsEmpty)
System\Data\Query\InternalTrees\RelOps.cs (2)
485Debug.Assert(!vars.IsEmpty, "empty varlist?"); 994Debug.Assert(!keyVars.IsEmpty);
System\Data\Query\InternalTrees\Vars.cs (1)
346bool overlaps = !otherCopy.IsEmpty;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
1842if (scanTableOp.Table.ReferencedColumns.IsEmpty) 2106if (outputVars.IsEmpty) 2260if (childNodeInfo.Definitions.IsEmpty)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
1726if (!keyVars.IsEmpty) 1819if (!keyVars.IsEmpty) 2330if (remappedVarVec.IsEmpty)
System\Data\Query\PlanCompiler\KeyPullup.cs (1)
349if (branchOutputVars.IsEmpty)
System\Data\Query\PlanCompiler\NestPullup.cs (4)
1061if (!newProjectVars.IsEmpty) 1273VarVec keys = (keyVarsClone.IsEmpty) ? keyVars.Clone() : Command.CreateVarVec(); 1378if (collectionsToRemove.IsEmpty) 1434if (newProjectOpOutputs.IsEmpty)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1135if (newVars.IsEmpty)
System\Data\Query\PlanCompiler\Predicate.cs (3)
233return missingKeys.IsEmpty; 313if (externalRefs.IsEmpty) 498return otherVarExternalReferences.IsEmpty;
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
641return op.Outputs.IsEmpty ? n.Child0 : n;
System\Data\Query\PlanCompiler\TransformationRules.cs (4)
455if (m_remappedVars.IsEmpty) 1395if (columns == null && filterNodeInfo.ExternalReferences.IsEmpty) 2043if (newVars.IsEmpty) 2194if (!nodeInfo.ExternalReferences.IsEmpty)