6 references to Vertex
System.Data.Entity (6)
System\Data\Common\Utils\Boolean\BoolExpr.cs (2)
69if (converter.Vertex.IsOne()) 73if (converter.Vertex.IsZero())
System\Data\Common\Utils\Boolean\KnowledgeBase.cs (1)
71Vertex factVertex = converter.Vertex;
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (1)
102bool isSatisfiable = converter.Vertex.IsZero() == false;
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (2)
225return m_converter.Vertex.IsOne(); 241return m_converter.Vertex.IsZero();