4 writes to NoKeys
System.Data.Entity (4)
System\Data\Query\InternalTrees\NodeInfo.cs (4)
639
nodeInfo.Keys.
NoKeys
= true;
1056
nodeInfo.Keys.
NoKeys
= true;
1085
nodeInfo.Keys.
NoKeys
= true;
1252
nodeInfo.Keys.
NoKeys
= false;
10 references to NoKeys
System.Data.Entity (10)
System\Data\Query\InternalTrees\NodeInfo.cs (4)
538
Debug.Assert(nodeInfo.Keys.
NoKeys
, "UnnestOp should have no keys in all cases except TVFs mapped to entities.");
640
if (!relOpChildNodeInfo.Keys.
NoKeys
)
1065
if (!childNodeInfo.Keys.
NoKeys
&& !childNodeInfo.Keys.KeyVars.IsEmpty)
1289
if (!driverChildNodeInfo.Keys.
NoKeys
)
System\Data\Query\PlanCompiler\KeyPullup.cs (2)
64
if (nodeInfo.Keys.
NoKeys
)
138
if (!childNodeInfo.Keys.
NoKeys
)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
467
if (null == keys || keys.
NoKeys
)
2162
if (drivingNodeKeys.
NoKeys
)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
4190
if (nodeInfo.Keys.
NoKeys
|| !op.Keys.Subsumes(nodeInfo.Keys.KeyVars))
4435
if (!nodeInfo.Keys.
NoKeys
&& op.Keys.Subsumes(nodeInfo.Keys.KeyVars))