1 instantiation of SemanticAnalyzer
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlQuery.cs (1)
286
SemanticAnalyzer analyzer = (new
SemanticAnalyzer
(SemanticResolver.Create(perspective, parserOptions, parameters, variables)));
6 references to SemanticAnalyzer
System.Data.Entity (6)
System\Data\Common\EntitySql\CqlQuery.cs (2)
270
Func<
SemanticAnalyzer
, AST.Node, TResult> analysisFunction)
286
SemanticAnalyzer
analyzer = (new SemanticAnalyzer(SemanticResolver.Create(perspective, parserOptions, parameters, variables)));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
458
_convertedDefinition =
SemanticAnalyzer
.ConvertInlineFunctionDefinition(this, srSandbox);
4514
Pair<DbExpression, DbExpression> args =
SemanticAnalyzer
.ConvertLogicalArgs(bltInExpr, sr);
4527
Pair<DbExpression, DbExpression> args =
SemanticAnalyzer
.ConvertLogicalArgs(bltInExpr, sr);
System\Data\Common\EntitySql\SemanticResolver.cs (1)
1172
/// convert an <see cref="AST.MethodExpr"/> as a collection function in the <see cref="
SemanticAnalyzer
.ConvertAggregateFunctionInGroupScope"/> method.