7 references to Overlaps
System.Data.Entity (7)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
2447
if (filterInputNodeInfo.ExternalReferences.
Overlaps
(applyLeftChildNodeInfo.Definitions))
2528
if (projectOp.Outputs.
Overlaps
(applyLeftChildNodeInfo.Definitions) || filterInputNodeInfo.ExternalReferences.
Overlaps
(applyLeftChildNodeInfo.Definitions))
2853
if (applyRightChildNodeInfo.ExternalReferences.
Overlaps
(applyLeftChildNodeInfo.Definitions))
3994
if (op.Outputs.
Overlaps
(projectDefinitions))
System\Data\Query\PlanCompiler\VarRefManager.cs (2)
90
if (parent.Children[i].GetNodeInfo(m_command).ExternalReferences.
Overlaps
(keys))
180
return listToCheck.
Overlaps
(vars);