1 write to m_allowAllOperators
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (1)
547
m_allowAllOperators
= allowAllOperators;
2 references to m_allowAllOperators
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\BoolExpressionVisitors.cs (2)
581
Debug.Assert(
m_allowAllOperators
, "Term should not be called when Nots are present in the expression");
603
Debug.Assert(
m_allowAllOperators
, "TermVisitor should not be called when Ors are present in the expression");