7 references to IsOne
System.Data.Entity (7)
System\Data\Common\Utils\Boolean\BoolExpr.cs (1)
69
if (converter.Vertex.
IsOne
())
System\Data\Common\Utils\Boolean\Converter.cs (2)
98
if (_vertex.
IsOne
())
136
if (vertex.
IsOne
())
System\Data\Common\Utils\Boolean\Solver.cs (2)
152
if (condition.
IsOne
())
162
if (then.
IsOne
() && @else.IsZero())
System\Data\Common\Utils\Boolean\Vertex.cs (1)
129
if (
IsOne
())
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (1)
225
return m_converter.Vertex.
IsOne
();