5 references to ScalarRestriction
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
128return BoolExpression.CreateLiteral(new ScalarRestriction(new MemberProjectedSlot(path),
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
187nullCondition = BoolExpression.CreateLiteral(new ScalarRestriction(new MemberProjectedSlot(childPath),
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (3)
64BoolLiteral newLiteral = new ScalarRestriction(RestrictedMemberSlot, new Domain(range, newPossibleValues)); 71return new ScalarRestriction(newVar, this.Domain); 77return new ScalarRestriction(this.RestrictedMemberSlot, new Domain(this.Domain.Values, possibleValues));