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