2 references to TryMatchConstant
System.Data.Entity (2)
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
811
if (!
TryMatchConstant
(equals.Right, out value)) { return false; }
831
if (
TryMatchConstant
(castExpression.Argument, out value))