2 references to Exists
System.Data.Entity (2)
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
1949return DbExpressionBuilder.Exists(source);
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2286return sourceBinding.Filter(parent.CreateEqualsExpression(sourceBinding.Variable, value, pattern, sourceArgumentType, valueExpression.Type)).Exists();