10 instantiations of RoleBoolean
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (7)
46BoolExpression assocSetExpr = BoolExpression.CreateLiteral(new RoleBoolean(assocSet), domainMap); 69BoolExpression inRoleExpression = BoolExpression.CreateLiteral(new RoleBoolean(end), domainMap); 71BoolExpression.CreateLiteral(new RoleBoolean(end.EntitySet), domainMap), 119BoolExpression inRoleExpression1 = BoolExpression.CreateLiteral(new RoleBoolean(assocSet.AssociationSetEnds[0]), domainMap); 120BoolExpression inRoleExpression2 = BoolExpression.CreateLiteral(new RoleBoolean(assocSet.AssociationSetEnds[1]), domainMap); 147BoolExpression fromSetExpression = BoolExpression.CreateLiteral(new RoleBoolean(fromEntitySet), domainMap); 148BoolExpression toSetExpression = BoolExpression.CreateLiteral(new RoleBoolean(toEntitySet), domainMap);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
196return new RoleBoolean(setEnd); 199return new RoleBoolean(RightExtent);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438RoleBoolean endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds[endMember.Name]);
5 references to RoleBoolean
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
49public static FragmentQuery Create(string label, RoleBoolean roleBoolean, CellQuery cellQuery)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (2)
93RoleBoolean rightBoolean = right as RoleBoolean;
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
188internal RoleBoolean CreateRoleBoolean()
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438RoleBoolean endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds[endMember.Name]);