5 references to AstExprConverter
System.Data.Entity (5)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (5)
498
AstExprConverter
converter = _astExprConverters[astExpr.GetType()];
4342
private static readonly Dictionary<Type,
AstExprConverter
> _astExprConverters = CreateAstExprConverters();
4346
private static Dictionary<Type,
AstExprConverter
> CreateAstExprConverters()
4349
Dictionary<Type,
AstExprConverter
> astExprConverters = new Dictionary<Type,
AstExprConverter
>(NumberOfElements);