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