1 instantiation of SemanticAnalyzer
System.Data.Entity (1)
System\Data\Common\EntitySql\CqlQuery.cs (1)
286SemanticAnalyzer analyzer = (new SemanticAnalyzer(SemanticResolver.Create(perspective, parserOptions, parameters, variables)));
6 references to SemanticAnalyzer
System.Data.Entity (6)
System\Data\Common\EntitySql\CqlQuery.cs (2)
270Func<SemanticAnalyzer, AST.Node, TResult> analysisFunction) 286SemanticAnalyzer analyzer = (new SemanticAnalyzer(SemanticResolver.Create(perspective, parserOptions, parameters, variables)));
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
458_convertedDefinition = SemanticAnalyzer.ConvertInlineFunctionDefinition(this, srSandbox); 4514Pair<DbExpression, DbExpression> args = SemanticAnalyzer.ConvertLogicalArgs(bltInExpr, sr); 4527Pair<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.