3 references to GetNegatedConstant
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (3)
235
NegatedConstant negated =
GetNegatedConstant
(m_domain);
561
NegatedConstant negated =
GetNegatedConstant
(m_domain); // Can be null or not-null
563
negated =
GetNegatedConstant
(m_possibleValues);