8 references to Variable
System.Data.Entity (8)
System\Data\Common\Utils\Boolean\ConversionContext.cs (1)
125var domainVariable = term.Identifier.Variable;
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (3)
1254where domainConstraint.Variable.Identifier is MemberRestriction && 1255false == domainConstraint.Variable.Domain.All(constant => domainConstraint.Range.Contains(constant)) 1256select ((MemberRestriction)domainConstraint.Variable.Identifier).RestrictedMemberSlot.MemberPath;
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
430MemberRestriction oneOf = (MemberRestriction)expression.Identifier.Variable.Identifier;
System\Data\Mapping\ViewGeneration\Structures\BoolExpression.cs (3)
176yield return term.Identifier.Variable.Identifier; 199DomainVariable<BoolLiteral, Constant> variable = domainConstraint.Variable; 257get { return VariableConstraints.Select(domainConstraint => domainConstraint.Variable); }