2 writes to Arg3
System.Data.Entity (2)
System\Data\Common\EntitySql\AST\BuiltInExpr.cs (2)
101Arg3 = arg3; 110Arg3 = arg3;
5 references to Arg3
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
4889bool isOnly = (bool)((AST.Literal)bltInExpr.Arg3).Value; 5071bool isOnly = (bool)((AST.Literal)bltInExpr.Arg3).Value; 5157DbExpression escapeExpr = ConvertValueExpressionAllowUntypedNulls(bltInExpr.Arg3, sr); 5164throw EntityUtil.EntitySqlError(bltInExpr.Arg3.ErrCtx, Strings.LikeArgMustBeStringType); 5208bltInExpr.Arg3,