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