13 references to Except
System.Activities (1)
System\Activities\Validation\ValidationHelper.cs (1)
116List<RuntimeArgument> exceptList = overloadGroupSet.Except(intersectSet).ToList();
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
250itemsToSearch = itemsToSearch.Except<ModelItem>(new ModelItem[] { modelService.Root });
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
460.Except<ModelItem>(new ModelItem[] { rootModelItem });
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
250itemsToSearch = itemsToSearch.Except<ModelItem>(new ModelItem[] { modelService.Root });
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
460.Except<ModelItem>(new ModelItem[] { rootModelItem });
fx\src\data\System\Data\Common\DBConnectionString.cs (2)
274Debug.Assert(combinedSet._restrictionValues.Except(componentSet._restrictionValues).Count() == 0, "Combined set allows values not allowed by component set"); 295Debug.Assert(componentSet._restrictionValues.Except(combinedSet._restrictionValues).Count() == 0, "Combined values does not prevent all of the values prevented by the component set");
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (2)
486if (((edmTypesForFirstCellWrapper.Except(edmTypesForSecondCellWrapper)).Count() != 0 ) 487|| ((edmTypesForSecondCellWrapper.Except(edmTypesForFirstCellWrapper)).Count() != 0 ))
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityStoreSchemaGenerator.cs (1)
1221primaryKeys = primaryKeys.Except(excludedKeyColumns).ToList();
System\Data\Entity\Design\EntityViewGeneration\EntityViewGenerator.cs (1)
270return schemaErrors.Except(warningsToRemove).ToList();
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
299.Except(this._knownConflictingPluralList)); // see the _knowConflictingPluralList comment above
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializer.cs (1)
1843itemsToRemove = itemsToRemove.Except(EnumerateAsElementType<object>(items));