2 writes to Variable
System.Data.Entity (2)
System\Data\Common\Utils\Boolean\Vertex.cs (2)
35this.Variable = int.MaxValue; 46this.Variable = variable;
17 references to Variable
System.Data.Entity (17)
System\Data\Common\Utils\Boolean\ConversionContext.cs (2)
86TermExpr<T_Identifier> term = _inverseVariableMap[vertex.Variable]; 158var domainVariable = _inverseMap[vertex.Variable];
System\Data\Common\Utils\Boolean\Solver.cs (12)
71.OrderByDescending(child => child.Variable) 97.OrderByDescending(child => child.Variable) 229if (condition.Variable < then.Variable) 231topVariable = condition.Variable; 236topVariable = then.Variable; 239if (@else.Variable < topVariable) 241topVariable = @else.Variable; 253if (variable < vertex.Variable) 260Debug.Assert(variable == vertex.Variable, 322if (x.Variable != y.Variable ||
System\Data\Common\Utils\Boolean\Vertex.cs (3)
58Debug.Assert(variable < child.Variable, "children must have greater variable"); 108return Variable == int.MaxValue; 137return String.Format(CultureInfo.InvariantCulture, "<{0}, {1}>", Variable, StringUtil.ToCommaSeparatedString(Children));