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