Details
-
Type:
Bug
-
Status: Closed (View workflow)
-
Priority:
Normal
-
Resolution: Fixed
-
Affects versions: None
-
Fix versions: 1.13.170
-
Components: Data.Linq
-
Labels:
-
Sprint:
Description
IDictionary.Contains (and probably most implementations, such as Hashtable.Contains) have a different semantics than ICollection.Contains: they search for the key, not the value.
Therefore, ContainsExpressionNode should not handle IDictionary.Contains (and implementations).