2 writes to m_skipIsNotNull
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (2)
389m_skipIsNotNull = true; 410m_skipIsNotNull = false; // Cannot skip in NOTs
1 reference to m_skipIsNotNull
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
404return BooleanLiteralAsCql(literal, m_skipIsNotNull);