Implemented interface member:
method
IntersectWith
System.Collections.Generic.ISet<T>.IntersectWith(System.Collections.Generic.IEnumerable<T>)
8 references to IntersectWith
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
310parentModelItems.IntersectWith(modelItemsToCutCopy);
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
803parentModelItems.IntersectWith(modelItems);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (1)
310parentModelItems.IntersectWith(modelItemsToCutCopy);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
803parentModelItems.IntersectWith(modelItems);
System.Data.Entity (4)
System\Data\Common\Utils\Set.cs (1)
254_values.IntersectWith(other._values);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
253commonDependents.IntersectWith(dependents);
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryProcessor.cs (2)
52attributes.IntersectWith(q2.Attributes); 78attributes.IntersectWith(q2.Attributes);