4 references to Difference
System.Data.Entity (4)
System\Data\Common\Utils\Boolean\DomainConstraint.cs (1)
131_variable.Domain.Difference(_range).AsReadOnly());
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
308allowedValues.Difference(((NegatedConstant)constant).Elements);
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
278CellConstantSet remainingElements = possibleValues.Difference(negated.Elements);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
246CellConstantSet extra = domainMap[member].Difference(domain);