11 references to Remove
System.Data.Entity (11)
System\Data\Common\Utils\Boolean\Converter.cs (1)
155path.Remove(successor.Literal);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
286newDomain.Remove(domainValue);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
247extra.Remove(Constant.Undefined); 354set.Remove(Constant.AllOtherConstants);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
231constants.Remove(constant);
System\Data\Mapping\ViewGeneration\Structures\NegatedConstant.cs (2)
182negatedConstants.Remove(constant); 193negatedConstants.Remove(Constant.Null);
System\Data\Mapping\ViewGeneration\Structures\ScalarRestriction.cs (2)
294domainValues.Remove(Constant.Null); 302domainValues.Remove(Constant.Undefined);
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
104unmapepdTypesInExtent.Remove(typeConst.EdmType);
System\Data\Mapping\ViewGeneration\Validation\ViewKeyConstraint.cs (1)
82secondKeySlots.Remove(secondSlot);