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)
273
return
_context
.TranslateTermToVertex(expression);
278
return
_context
.Solver.Not(expression.Child.Accept(this));
283
return
_context
.Solver.And(expression.Children.Select(child => child.Accept(this)));
288
return
_context
.Solver.Or(expression.Children.Select(child => child.Accept(this)));