4 references to AsLiteral
System.Data.Entity (4)
System\Data\Mapping\ViewGeneration\CqlGeneration\BooleanProjectedSlot.cs (2)
34Debug.Assert(!(expr.AsLiteral is CellIdBoolean) || 35BoolLiteral.EqualityComparer.Equals((CellIdBoolean)expr.AsLiteral, m_originalCell), "Cellid boolean for the slot and cell number disagree");
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
676BoolLiteral literal = atom.AsLiteral; 762MemberRestriction result = boolExpr.AsLiteral as MemberRestriction;