1 write to _context
System.Data.Entity (1)
System\Data\Common\Utils\Boolean\Visitor.cs (1)
250_context = context;
4 references to _context
System.Data.Entity (4)
System\Data\Common\Utils\Boolean\Visitor.cs (4)
273return _context.TranslateTermToVertex(expression); 278return _context.Solver.Not(expression.Child.Accept(this)); 283return _context.Solver.And(expression.Children.Select(child => child.Accept(this))); 288return _context.Solver.Or(expression.Children.Select(child => child.Accept(this)));