2 references to Compare
System.Data.Entity (2)
System\Data\Objects\ELinq\LinqExpressionNormalizer.cs (2)
77
if (_patterns.TryGetValue(b.Left, out pattern) && pattern.Kind == PatternKind.
Compare
&& IsConstantZero(b.Right))
556
get { return PatternKind.
Compare
; }