2 references to UnaryPlus
System.Data.Entity (2)
System\Data\Common\EntitySql\CqlParser.cs (1)
2697
yyval = new BuiltInExpr(BuiltInKind.
UnaryPlus
, Terminal(val_peek(1)).Token, (Node)val_peek(0));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
4497
builtInExprConverter.Add(AST.BuiltInKind.
UnaryPlus
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)