7 references to Subtract
System.Data.Entity (7)
System\Data\Common\Utils\Set.cs (1)
219copy.Subtract(other);
System\Data\Mapping\StorageMappingItemLoader.cs (4)
735additionalSetsInClosure.Subtract(sets); 901unmappedTypes.Subtract(functionMappedTypes); 912unmappedTypes.Subtract(abstractTypes); 3892unmappedParameters.Subtract(m_seenParameters);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (1)
254domainMap[member].Subtract(extra);
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
333allTypes.Subtract(oneOfTypes);