566 implementations of Remove
aspire (1)
src\Shared\CircularBuffer.cs (1)
183public bool Remove(T item) => throw new NotImplementedException();
Aspire.Dashboard (1)
src\Shared\CircularBuffer.cs (1)
183public bool Remove(T item) => throw new NotImplementedException();
Aspire.Dashboard.Tests (1)
Model\ResourceStateViewModelTests.cs (1)
240public bool Remove(ResourceViewModel item) => throw new NotSupportedException();
Aspire.Hosting (3)
ApplicationModel\ResourceAnnotationCollection.cs (1)
161public bool Remove(IResourceAnnotation item)
ApplicationModel\ResourceCollection.cs (1)
86public bool Remove(IResource item)
src\Shared\CircularBuffer.cs (1)
183public bool Remove(T item) => throw new NotImplementedException();
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
833bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> pair)
FrameworkFork\System.ServiceModel\System\ServiceModel\ServiceChannelManager.cs (1)
486public bool Remove(IChannel channel)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
168public bool Remove(T item)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
152bool ICollection<T>.Remove(T value)
Shared\Options\ListValue.cs (1)
166public bool Remove(TValue value)
GenerateDocumentationAndConfigFiles (25)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
89public bool Remove(T item) => _dictionary.TryRemove(item, out _);
ILAssembler (1)
NamedElementList.cs (1)
66public bool Remove(T item)
Microsoft.AspNetCore.Components (1)
src\aspnetcore\src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (1)
482bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item)
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempData.cs (1)
152bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item)
Microsoft.AspNetCore.Connections.Abstractions (1)
ConnectionItems.cs (1)
114bool ICollection<KeyValuePair<object, object?>>.Remove(KeyValuePair<object, object?> item)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.AspNetCore.Http (4)
HeaderDictionary.cs (1)
281public bool Remove(KeyValuePair<string, StringValues> item)
Internal\ItemsDictionary.cs (1)
115bool ICollection<KeyValuePair<object, object?>>.Remove(KeyValuePair<object, object?> item)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
139public bool Remove(KeyValuePair<TKey, TValue> item)
src\aspnetcore\src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
345bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
Microsoft.AspNetCore.Http.Abstractions (11)
EndpointFilterInvocationContextOfT.Generated.cs (10)
118public bool Remove(object? item) 247public bool Remove(object? item) 383public bool Remove(object? item) 526public bool Remove(object? item) 676public bool Remove(object? item) 833public bool Remove(object? item) 997public bool Remove(object? item) 1168public bool Remove(object? item) 1346public bool Remove(object? item) 1531public bool Remove(object? item)
Routing\RouteValueDictionary.cs (1)
482bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item)
Microsoft.AspNetCore.HttpOverrides (2)
DualIPNetworkList.cs (2)
108bool ICollection<IPNetwork>.Remove(IPNetwork item) 119bool ICollection<AspNetIPNetwork>.Remove(AspNetIPNetwork item)
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Validation\ValidationStateDictionary.cs (1)
117public bool Remove(KeyValuePair<object, ValidationStateEntry> item)
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\CopyOnWriteList.cs (1)
104public bool Remove(T item)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
139public bool Remove(KeyValuePair<TKey, TValue> item)
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
AttributeDictionary.cs (3)
247public bool Remove(KeyValuePair<string, string?> item) 424public bool Remove(string item) 529public bool Remove(string? item)
TempDataDictionary.cs (1)
261bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> keyValuePair)
ViewDataDictionary.cs (1)
580public bool Remove(KeyValuePair<string, object?> item)
Microsoft.AspNetCore.Owin (3)
DictionaryStringArrayWrapper.cs (1)
64bool ICollection<KeyValuePair<string, string[]>>.Remove(KeyValuePair<string, string[]> item) => Inner.Remove(Convert(item));
DictionaryStringValuesWrapper.cs (1)
109bool ICollection<KeyValuePair<string, StringValues>>.Remove(KeyValuePair<string, StringValues> item) => Inner.Remove(Convert(item));
OwinEnvironment.cs (1)
203bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> item)
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperAttributeList.cs (1)
155public bool Remove(TagHelperAttribute attribute)
Microsoft.AspNetCore.Razor.Runtime (1)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
139public bool Remove(KeyValuePair<TKey, TValue> item)
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
Microsoft.AspNetCore.Server.HttpSys (3)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
230public bool Remove(KeyValuePair<string, StringValues> item)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
239bool ICollection<KeyValuePair<string, StringValues>>.Remove(KeyValuePair<string, StringValues> item)
UrlPrefixCollection.cs (1)
146public bool Remove(UrlPrefix item)
Microsoft.AspNetCore.Server.IIS (2)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
230public bool Remove(KeyValuePair<string, StringValues> item)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\RequestHeaders.cs (1)
239bool ICollection<KeyValuePair<string, StringValues>>.Remove(KeyValuePair<string, StringValues> item)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.cs (1)
245bool ICollection<KeyValuePair<string, StringValues>>.Remove(KeyValuePair<string, StringValues> item)
Internal\ServerAddressesCollection.cs (2)
54public bool Remove(string item) 126public bool Remove(string item)
Microsoft.Build (41)
Collections\ArrayDictionary.cs (1)
177public bool Remove(KeyValuePair<TKey, TValue> item)
Collections\CopyOnWritePropertyDictionary.cs (1)
305bool ICollection<KeyValuePair<string, T>>.Remove(KeyValuePair<string, T> item)
Collections\ItemDictionary.cs (1)
269public bool Remove(T projectItem)
Collections\PropertyDictionary.cs (2)
450bool ICollection<KeyValuePair<string, T>>.Remove(KeyValuePair<string, T> item) 478bool ICollection<T>.Remove(T item) => Remove(item.Key);
Collections\ReadOnlyConvertingDictionary.cs (1)
161public bool Remove(KeyValuePair<K, N> item)
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (2)
391public bool Remove(T item) 396bool ICollection<KeyValuePair<string, T>>.Remove(KeyValuePair<string, T> entry)
Construction\ProjectElementContainer.cs (1)
864public bool Remove(T item)
Instance\ImmutableProjectCollections\ImmutableElementCollectionConverter.cs (3)
84public bool Remove(T item) => throw new NotSupportedException(); 88public bool Remove(KeyValuePair<string, T> item) => throw new NotSupportedException(); 196public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableGlobalPropertiesCollectionConverter.cs (3)
127public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException(); 131public bool Remove(KeyValuePair<string, ProjectPropertyInstance> item) => throw new NotSupportedException(); 181public bool Remove(ProjectPropertyInstance item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDefinitionsListConverter.cs (1)
76public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\ImmutableItemDictionary.cs (1)
163public bool Remove(T item) => throw new NotSupportedException();
Instance\ImmutableProjectCollections\LazyStringValuedList.cs (1)
47public bool Remove(string item) => throw new NotSupportedException();
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\8b3a4ac2431f87ea\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\8b3a4ac2431f87ea\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.pooledobjects\5.0.0-1.25277.114\contentFiles\cs\netstandard2.0\ArrayBuilder.cs (1)
254public bool Remove(T element)
Microsoft.Build.Framework (4)
Collections\CopyOnWriteDictionary.cs (1)
288public bool Remove(KeyValuePair<string, V> item)
Collections\ReadOnlyCollection.cs (1)
152public bool Remove(T item)
Collections\ReadOnlyEmptyCollection.cs (1)
115public bool Remove(T item)
Collections\ReadOnlyEmptyDictionary.cs (1)
236public bool Remove(KeyValuePair<K, V> item)
Microsoft.CodeAnalysis (26)
Collections\IdentifierCollection.Collection.cs (1)
89public bool Remove(string item)
Collections\UnionCollection.cs (1)
128public bool Remove(T item)
InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
Microsoft.CodeAnalysis.Analyzers (25)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
89public bool Remove(T item) => _dictionary.TryRemove(item, out _);
Microsoft.CodeAnalysis.AnalyzerUtilities (26)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
89public bool Remove(T item) => _dictionary.TryRemove(item, out _);
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (1)
133public bool Remove(KeyValuePair<TKey, TValue> item)
Microsoft.CodeAnalysis.CodeStyle (24)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
Microsoft.CodeAnalysis.Extensions.Package (23)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
Microsoft.CodeAnalysis.NetAnalyzers (2)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
88public bool Remove(T item) => _dictionary.TryRemove(item, out _);
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (1)
132public bool Remove(KeyValuePair<TKey, TValue> item)
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Intermediate\IntermediateNodeCollection.cs (1)
172public bool Remove(IntermediateNode item)
Language\Syntax\SpecializedCollections.cs (1)
127public bool Remove(T item)
Language\TagHelperCollection.Builder.cs (1)
116public bool Remove(TagHelperDescriptor item)
Microsoft.CodeAnalysis.ResxSourceGenerator (25)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
89public bool Remove(T item) => _dictionary.TryRemove(item, out _);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\SynchronizedList.cs (1)
108public bool Remove(T item)
Microsoft.CodeAnalysis.Workspaces (24)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
Microsoft.Extensions.AI (2)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Extensions.AI.Abstractions (5)
AdditionalPropertiesDictionary{TValue}.cs (1)
140bool ICollection<KeyValuePair<string, TValue>>.Remove(KeyValuePair<string, TValue> item) => ((ICollection<KeyValuePair<string, TValue>>)_dictionary).Remove(item);
Embeddings\GeneratedEmbeddings.cs (1)
90public bool Remove(TEmbedding item) => _embeddings.Remove(item);
Functions\AIFunctionArguments.cs (1)
150bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item) =>
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Extensions.Configuration (2)
ConfigurationManager.cs (2)
245public bool Remove(IConfigurationSource source) 336public bool Remove(KeyValuePair<string, object> item)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ServiceCollection.cs (1)
61public bool Remove(ServiceDescriptor item)
Microsoft.Extensions.Http (1)
DependencyInjection\DefaultHttpClientBuilderServiceCollection.cs (1)
72public bool Remove(ServiceDescriptor item) => _services.Remove(item);
Microsoft.Extensions.Http.Diagnostics (2)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Extensions.Primitives (1)
StringValues.cs (1)
389bool ICollection<string?>.Remove(string? item) => throw new NotSupportedException();
Microsoft.Gen.BuildMetadata.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.ComplianceReports.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.ContextualOptions.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.Logging.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.MetadataExtractor.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.Metrics.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Gen.MetricsReports.Unit.Tests (2)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Microsoft.Interop.SourceGeneration (1)
ValueEqualityImmutableDictionary.cs (1)
56public bool Remove(KeyValuePair<T, U> item) => ((ICollection<KeyValuePair<T, U>>)Map).Remove(item);
Microsoft.Maui (3)
Hosting\Internal\FontCollection.cs (1)
34 public bool Remove(FontDescriptor item) => _descriptors.Remove(item);
Hosting\Internal\MauiServiceCollection.cs (1)
48 public bool Remove(ServiceDescriptor item)
Primitives\LockableObservableListWrapper.cs (1)
114 public bool Remove(string item)
Microsoft.Maui.Controls (26)
DefinitionCollection.cs (1)
52 public bool Remove(T item)
Element\Element.cs (1)
1106 bool ICollection<Element>.Remove(Element item) => throw new NotSupportedException();
Interactivity\TriggerBase.cs (1)
184 public bool Remove(T item)
Items\SelectionList.cs (1)
86 public bool Remove(object item)
Layout\Layout.cs (2)
243 public bool RemoveRemove(IView child)
LegacyLayouts\LayoutOfT.cs (1)
25 bool ICollection<IView>.Remove(IView child)
Menu\MenuBar.cs (1)
94 public bool Remove(IMenuBarItem item)
Menu\MenuBarItem.cs (1)
100 public bool Remove(IMenuElement item)
Menu\MenuFlyout.cs (1)
82 public bool Remove(IMenuElement item)
Menu\MenuFlyoutSubItem.cs (1)
70 public bool Remove(IMenuElement item)
NavigationStepRequest.cs (1)
99 bool ICollection<NavigationStepRequest>.Remove(NavigationStepRequest item)
ObservableWrapper.cs (1)
88 public bool Remove(TRestrict item)
OrderedDictionary.cs (2)
153 bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) 414 public bool Remove(TValue item)
ReadOnlyCastingList.cs (1)
115 public bool Remove(T item) =>
ResourceDictionary.cs (1)
188 bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> item)
Shell\MenuItemCollection.cs (1)
54 public bool Remove(MenuItem item) => _inner.Remove(item);
Shell\ShellElementCollection.cs (2)
137 public abstract bool Remove(BaseShellItem item); 319 public virtual bool Remove(TBaseShellItem item) => Inner.Remove(item);
Shell\ShellNavigationQueryParameters.cs (1)
92 public bool Remove(KeyValuePair<string, object> item)
SwipeView\SwipeItems.cs (1)
118 public bool Remove(ISwipeItem item)
SynchronizedList.cs (1)
54 public bool Remove(T item)
TableView\TableSection.cs (1)
75 public bool Remove(T item)
VisualStateManager.cs (2)
278 public bool Remove(VisualStateGroup item) 767 public bool Remove(T item)
Microsoft.Maui.Controls.Maps (2)
HandlerImpl\Polygon.Impl.cs (1)
119 public bool Remove(Location item)
HandlerImpl\Polyline.Impl.cs (1)
118 public bool Remove(Location item)
Microsoft.ML.Core (1)
Utilities\Tree.cs (1)
184public bool Remove(KeyValuePair<TKey, Tree<TKey, TValue>> item)
Microsoft.ML.SearchSpace (3)
Option\NestOption.cs (1)
140public bool Remove(KeyValuePair<string, OptionBase> item)
Parameter.cs (1)
338public bool Remove(KeyValuePair<string, Parameter> item)
SearchSpace.cs (1)
359public bool Remove(KeyValuePair<string, OptionBase> item)
Microsoft.ML.TorchSharp (1)
Utils\DefaultDictionary.cs (1)
75public bool Remove(KeyValuePair<TKey, TValue> item)
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
168public bool Remove(KeyValuePair<string, object> item) => Remove(item.Key);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Collection.cs (1)
110public virtual bool Remove(T item)
Mono.Cecil (1)
Mono.Collections.Generic\Collection.cs (1)
169 public bool Remove (T item)
PresentationCore (41)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
744public bool Remove(KeyValuePair<int, ushort> item)
MS\Internal\FontFace\TypefaceCollection.cs (1)
101public bool Remove(Typeface item)
MS\Internal\PartialArray.cs (1)
59public bool Remove(T item)
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
229public bool Remove(double item)
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
173public bool Remove(Point item)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (1)
129public bool Remove(char item)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PartialList.cs (1)
107public bool Remove(T item)
src\wpf\src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SequentialUshortCollection.cs (1)
64public bool Remove(ushort item)
System\Windows\FreezableCollection.cs (1)
213public bool Remove(T value)
System\Windows\Generated\TextDecorationCollection.cs (1)
137public bool Remove(TextDecoration value)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
136public bool Remove(Timeline value)
System\Windows\Media\Animation\TimelineClockCollection.cs (1)
80public bool Remove(Clock item)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
156public bool Remove(KeyValuePair<int, CharacterMetrics> item)
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
125public bool Remove(KeyValuePair<XmlLanguage, string> item)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
139public bool Remove(BitmapEffect value)
System\Windows\Media\FamilyMapCollection.cs (1)
120public bool Remove(FontFamilyMap item)
System\Windows\Media\FamilyTypefaceCollection.cs (1)
107public bool Remove(FamilyTypeface item)
System\Windows\Media\Fonts.cs (1)
351public bool Remove(Typeface item)
System\Windows\Media\Generated\DoubleCollection.cs (1)
133public bool Remove(double value)
System\Windows\Media\Generated\DrawingCollection.cs (1)
158public bool Remove(Drawing value)
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
146public bool Remove(GeneralTransform value)
System\Windows\Media\Generated\GeometryCollection.cs (1)
158public bool Remove(Geometry value)
System\Windows\Media\Generated\GradientStopCollection.cs (1)
146public bool Remove(GradientStop value)
System\Windows\Media\Generated\Int32Collection.cs (1)
133public bool Remove(int value)
System\Windows\Media\Generated\PathFigureCollection.cs (1)
147public bool Remove(PathFigure value)
System\Windows\Media\Generated\PathSegmentCollection.cs (1)
146public bool Remove(PathSegment value)
System\Windows\Media\Generated\PointCollection.cs (1)
133public bool Remove(Point value)
System\Windows\Media\Generated\TextEffectCollection.cs (1)
146public bool Remove(TextEffect value)
System\Windows\Media\Generated\TransformCollection.cs (1)
158public bool Remove(Transform value)
System\Windows\Media\Generated\VectorCollection.cs (1)
133public bool Remove(Vector value)
System\Windows\Media\GlyphRun.cs (2)
2152public bool Remove(bool item) 2254public bool Remove(ushort item)
System\Windows\Media\GlyphTypeface.cs (2)
1837public bool Remove(KeyValuePair<ushort, double> item) 1922public bool Remove(double item)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
144public bool Remove(GeneralTransform3D value)
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
156public bool Remove(Material value)
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
156public bool Remove(Model3D value)
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
131public bool Remove(Point3D value)
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
156public bool Remove(Transform3D value)
System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
131public bool Remove(Vector3D value)
System\Windows\Media3D\Visual3DCollection.cs (1)
75public bool Remove(Visual3D value)
PresentationFramework (19)
MS\Internal\Annotations\ObservableDictionary.cs (1)
173bool ICollection<KeyValuePair<string, string>>.Remove(KeyValuePair<string, string> pair)
MS\Internal\Data\RBTree.cs (1)
589public bool Remove(T item)
MS\Internal\Documents\ContentElementCollection.cs (1)
235public abstract bool Remove(TItem item);
MS\Internal\ListOfObject.cs (1)
84bool ICollection<object>.Remove(object item)
MS\Internal\WeakDictionary.cs (3)
65public bool Remove(KeyType item) 152public bool Remove(ValueType item) 319public bool Remove(KeyValuePair<TKey, TValue> item)
MS\Internal\WeakHashSet.cs (1)
69public bool Remove(T item)
System\Windows\Controls\ColumnDefinition.cs (1)
267public bool Remove(ColumnDefinition value) // bool ICollection<T>.Remove(T item)
System\Windows\Controls\CustomDictionarySources.cs (1)
184bool ICollection<Uri>.Remove(Uri item)
System\Windows\Controls\RowDefinition.cs (1)
262public bool Remove(RowDefinition value) // bool ICollection<T>.Remove(T item)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
339public bool Remove(DataGridCellInfo cell)
System\Windows\Data\XmlNamespaceMappingCollection.cs (1)
152public bool Remove(XmlNamespaceMapping mapping)
System\Windows\Documents\TableCellCollection.cs (1)
198public bool Remove(TableCell item)
System\Windows\Documents\TableColumnCollection.cs (1)
198public bool Remove(TableColumn item)
System\Windows\Documents\TableRowCollection.cs (1)
198public bool Remove(TableRow item)
System\Windows\Documents\TableRowGroupCollection.cs (1)
198public bool Remove(TableRowGroup item)
System\Windows\Documents\TextElementCollection.cs (1)
196public bool Remove(TextElementType item)
System\Windows\TriggerActionCollection.cs (1)
147public bool Remove(TriggerAction value)
Roslyn.Diagnostics.Analyzers (25)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
103public bool Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
362bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
108public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
51public bool Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
51bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
56bool ICollection<TKey>.Remove(TKey item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
185public bool Remove(KeyValuePair<TKey, TValue> item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
56bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
391bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Builder.cs (1)
94public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+ValueBuilder.cs (1)
196public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
657bool ICollection<T>.Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
184public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
256public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
284bool ICollection<T>.Remove(T value)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
284bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1352bool ICollection<TKey>.Remove(TKey item) 1554bool ICollection<TValue>.Remove(TValue item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
291public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1064public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Collection.cs (1)
47public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (1)
54public bool Remove(T item)
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Collection`1.cs (1)
50public bool Remove(T item)
src\roslyn\src\Dependencies\PooledObjects\ArrayBuilder.cs (1)
259public bool Remove(T element)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
89public bool Remove(T item) => _dictionary.TryRemove(item, out _);
Shared (2)
EmptyCollections\EmptyReadonlyDictionary.cs (1)
62bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => false;
EmptyCollections\EmptyReadOnlyList.cs (1)
35bool ICollection<T>.Remove(T item) => false;
Shared.Tests (1)
EmptyCollections\EmptyCollectionExtensionsTests.cs (1)
109public bool Remove(T item) => false;
System.Collections (11)
System\Collections\Generic\LinkedList.cs (1)
295public bool Remove(T value)
System\Collections\Generic\OrderedDictionary.cs (3)
1221bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) 1611bool ICollection<TKey>.Remove(TKey item) => throw new NotSupportedException(); 1772bool ICollection<TValue>.Remove(TValue item) => throw new NotSupportedException();
System\Collections\Generic\SortedDictionary.cs (3)
82bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 612bool ICollection<TKey>.Remove(TKey item) 773bool ICollection<TValue>.Remove(TValue item)
System\Collections\Generic\SortedList.cs (3)
204bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 1101public bool Remove(TKey key) 1210public bool Remove(TValue value)
System\Collections\Generic\SortedSet.cs (1)
379public bool Remove(T item) => DoRemove(item); // Hack so the implementation can be made virtual
System.Collections.Immutable (15)
System\Collections\Frozen\FrozenDictionary.cs (1)
661bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) => throw new NotSupportedException();
System\Collections\Frozen\FrozenSet.cs (1)
422bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableArray_1.Builder.cs (1)
498public bool Remove(T element)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1063bool ICollection<T>.Remove(T item)
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
647public bool Remove(KeyValuePair<TKey, TValue> item)
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
611bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
System\Collections\Immutable\ImmutableHashSet_1.Builder.cs (1)
242public bool Remove(T item)
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
523bool ICollection<T>.Remove(T item)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
201public bool Remove(T item)
System\Collections\Immutable\ImmutableList_1.cs (1)
976bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
502public bool Remove(KeyValuePair<TKey, TValue> item)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
516bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item)
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
374public bool Remove(T item)
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
772bool ICollection<T>.Remove(T item)
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
105public bool Remove(T item)
System.CommandLine (2)
AliasSet.cs (1)
41public bool Remove(string item) => _aliases.Remove(item);
ChildSymbolList{T}.cs (1)
59public bool Remove(T item) => _children.Remove(item);
System.ComponentModel.Composition (3)
Microsoft\Internal\Collections\CollectionServices.CollectionOfObject.cs (2)
76public bool Remove(object item) 131public bool Remove(object item)
System\ComponentModel\Composition\Hosting\ComposablePartCatalogCollection.cs (1)
171public bool Remove(ComposablePartCatalog item)
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
105public bool Remove(KeyValuePair<string, object> item)
System.Data.Common (1)
System\Data\Common\DbBatchCommandCollection.cs (1)
23public abstract bool Remove(DbBatchCommand item);
System.Data.OleDb (1)
DbConnectionStringCommon.cs (1)
77bool ICollection<T>.Remove(T value)
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\ActivityTagsCollection.cs (1)
232public bool Remove(KeyValuePair<string, object?> item) => _list.Remove(item);
System\Diagnostics\Metrics\TagList.netcore.cs (1)
245public bool Remove(KeyValuePair<string, object?> item)
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
75public bool Remove(KeyValuePair<string, string?> item)
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\PrincipalCollection.cs (1)
366public bool Remove(Principal principal)
System\DirectoryServices\AccountManagement\TrackedCollection.cs (1)
166public bool Remove(T value)
System\DirectoryServices\AccountManagement\ValueCollection.cs (1)
244public bool Remove(T value)
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
759public bool Remove(string item)
System.Linq (6)
System\Linq\Grouping.cs (1)
412bool ICollection<TElement>.Remove(TElement item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\Lookup.cs (2)
315bool ICollection<IGrouping<TKey, TElement>>.Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException(); 342public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException();
System\Linq\Range.SpeedOpt.cs (1)
107bool ICollection<T>.Remove(T item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\Repeat.SpeedOpt.cs (1)
114bool ICollection<TResult>.Remove(TResult item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System\Linq\SkipTake.SpeedOpt.cs (1)
213bool ICollection<TSource>.Remove(TSource item) => ThrowHelper.ThrowNotSupportedException_Boolean();
System.Linq.AsyncEnumerable (2)
System\Linq\GroupBy.cs (1)
450bool ICollection<TElement>.Remove(TElement item) => throw new NotSupportedException();
System\Linq\ToLookupAsync.cs (1)
261public bool Remove(IGrouping<TKey, TElement> item) => throw new NotSupportedException();
System.Linq.Expressions (6)
System\Dynamic\ExpandoObject.cs (3)
426public bool Remove(string item) 576public bool Remove(object? item) 728bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item)
System\Dynamic\Utils\ListArgumentProvider.cs (1)
116public bool Remove(T item)
System\Linq\Expressions\BlockExpression.cs (1)
795public bool Remove(Expression item)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
237public bool Remove(T item)
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\QueryResults.cs (1)
141bool ICollection<T>.Remove(T item)
System.Net.Http (3)
System\Net\Http\Headers\HttpHeaderValueCollection.cs (1)
127public bool Remove(T item)
System\Net\Http\Headers\ObjectCollection.cs (1)
116public bool Remove(T item)
System\Net\Http\HttpRequestOptions.cs (1)
47bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item) => ((IDictionary<string, object?>)Options).Remove(item);
System.Net.HttpListener (1)
System\Net\HttpListenerPrefixCollection.cs (1)
87public bool Remove(string uriPrefix) => _httpListener.RemovePrefix(uriPrefix);
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\GatewayIPAddressInformationCollection.cs (1)
76public virtual bool Remove(GatewayIPAddressInformation address)
System\Net\NetworkInformation\IPAddressInformationCollection.cs (1)
70public virtual bool Remove(IPAddressInformation address)
System\Net\NetworkInformation\MulticastIPAddressInformationCollection.cs (1)
70public virtual bool Remove(MulticastIPAddressInformation address)
System\Net\NetworkInformation\UnicastIPAddressInformationCollection.cs (1)
71public virtual bool Remove(UnicastIPAddressInformation address)
System.Net.Primitives (2)
System\Net\CookieCollection.cs (1)
102public bool Remove(Cookie cookie)
System\Net\NetworkInformation\IPAddressCollection.cs (1)
63public virtual bool Remove(IPAddress address)
System.Private.CoreLib (15)
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (1)
250bool ICollection<T>.Remove(T item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1637bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) =>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
268bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> keyValuePair) 2048bool ICollection<TKey>.Remove(TKey item) 2237bool ICollection<TValue>.Remove(TValue item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
292public bool Remove(T item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (1)
940public bool Remove(T item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
111public bool Remove(T item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
81bool ICollection<T>.Remove(T value)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (3)
95bool ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue> item) 282bool ICollection<TKey>.Remove(TKey item) 335bool ICollection<TValue>.Remove(TValue item)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
102bool ICollection<T>.Remove(T item) => throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (1)
105public bool Remove(KeyValuePair<string, object?> entry)
System\Array.NativeAot.cs (1)
575public bool Remove(T item)
System.Private.Xml (4)
System\Xml\Xsl\ListBase.cs (1)
78public virtual bool Remove(T value)
System\Xml\Xsl\QIL\QilNode.cs (1)
183public virtual bool Remove(QilNode node)
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (2)
215bool ICollection<T>.Remove(T value) 711bool ICollection<XPathItem>.Remove(XPathItem value)
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
231public bool Remove(KeyValuePair<CoseHeaderLabel, CoseHeaderValue> item)
System.Security.Principal.Windows (1)
System\Security\Principal\IRCollection.cs (1)
76public bool Remove(IdentityReference identity)
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageProperties.cs (1)
964bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> pair)
System\ServiceModel\ServiceChannelManager.cs (1)
409public bool Remove(IChannel channel)
System\ServiceModel\SynchronizedCollection.cs (1)
168public bool Remove(T item)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
149bool ICollection<T>.Remove(T value)
System.Speech (1)
Result\SemanticValue.cs (1)
127bool ICollection<KeyValuePair<string, SemanticValue>>.Remove(KeyValuePair<string, SemanticValue> key)
System.Text.Json (3)
System\Text\Json\Nodes\JsonArray.IList.cs (1)
92public bool Remove(JsonNode? item)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
201bool ICollection<KeyValuePair<string, JsonNode?>>.Remove(KeyValuePair<string, JsonNode?> item) => Remove(item.Key);
System\Text\Json\Serialization\ConfigurationList.cs (1)
86public bool Remove(TItem item)
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (1)
236bool ICollection<Capture>.Remove(Capture item) =>
System\Text\RegularExpressions\GroupCollection.cs (1)
292bool ICollection<Group>.Remove(Group item) =>
System\Text\RegularExpressions\MatchCollection.cs (1)
319bool ICollection<Match>.Remove(Match item) =>
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDownAccelerationCollection.cs (1)
86public bool Remove(NumericUpDownAcceleration acceleration)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListAdapter.cs (1)
39bool ICollection<T>.Remove(T item)
System.Windows.Forms.Primitives (1)
System\Windows\Forms\NonNullCollection.cs (1)
58public bool Remove(T item) => _list.Remove(item);
System.Xaml (3)
System\Xaml\NameScope.cs (1)
126public bool Remove(KeyValuePair<string, object> item)
System\Xaml\NameScopeDictionary.cs (1)
270bool ICollection<KeyValuePair<string, object>>.Remove(KeyValuePair<string, object> item)
System\Xaml\XamlSchemaContext.cs (1)
1465bool ICollection<T>.Remove(T item)
226 references to Remove
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.Dashboard.Tests (2)
Integration\IntegrationTestHelpers.cs (1)
96sources.Remove(item);
Integration\StartupTests.cs (1)
1080sources.Remove(item);
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (1)
70@event.Model.Resources.Remove(dashboardResource);
ExecutableResourceBuilderExtensions.cs (1)
152builder.ApplicationBuilder.Resources.Remove(builder.Resource);
Orchestrator\ParameterProcessor.cs (1)
665unresolvedParameters.Remove(parameter);
ProjectResourceBuilderExtensions.cs (1)
990builder.ApplicationBuilder.Resources.Remove(builder.Resource);
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
193appModel.Resources.Remove(DefaultContainerRegistry);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
196appModel.Resources.Remove(DefaultContainerRegistry);
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
560data.Model.Resources.Remove(kv.Resource);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
180data.Model.Resources.Remove(storage);
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
333builder.ApplicationBuilder.Resources.Remove(builder.Resource.DefaultContainerRegistry);
Aspire.Hosting.Azure.PostgreSQL (3)
AzurePostgresExtensions.cs (3)
269appBuilder.Resources.Remove(azureResource); 272appBuilder.Resources.Remove(database.Value); 318data.Model.Resources.Remove(kv.Resource);
Aspire.Hosting.Azure.Redis (4)
AzureManagedRedisExtensions.cs (2)
102builder.ApplicationBuilder.Resources.Remove(azureResource); 150data.Model.Resources.Remove(kv.Resource);
AzureRedisExtensions.cs (2)
166builder.ApplicationBuilder.Resources.Remove(azureResource); 214data.Model.Resources.Remove(kv.Resource);
Aspire.Hosting.Azure.Sql (6)
AzureSqlExtensions.cs (2)
220appBuilder.Resources.Remove(azureResource); 223appBuilder.Resources.Remove(database.Value);
AzureSqlServerResource.cs (4)
602appModel.Resources.Remove(storage); 651appModel.Resources.Remove(sql.AdminIdentity); 657appModel.Resources.Remove(sql.DeploymentScriptNetworkSecurityGroup); 700appModel.Resources.Remove(nsg);
Aspire.Hosting.Azure.Storage (1)
AzureStorageExtensions.cs (1)
366context.Args.Remove(SkipApiVersionCheckArgument);
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
268builder.ApplicationBuilder.Resources.Remove(defaultRegistry);
Project\ProjectResource.cs (1)
56context.Model.Resources.Remove(DefaultContainerRegistry);
Aspire.Hosting.GitHub.Models (1)
GitHubModelsExtensions.cs (1)
168builder.ApplicationBuilder.Resources.Remove(builder.Resource.Key);
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
916builder.ApplicationBuilder.Resources.Remove(buildResource);
Aspire.Hosting.OpenAI (1)
OpenAIExtensions.cs (1)
173builder.ApplicationBuilder.Resources.Remove(builder.Resource.Key);
Aspire.Hosting.Python (1)
PythonAppResourceBuilderExtensions.cs (1)
1425builder.ApplicationBuilder.Resources.Remove(venvCreatorBuilder.Resource);
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
541applicationBuilder.Services.Remove(hostDescriptor);
Aspire.Hosting.Tests (1)
Pipelines\DistributedApplicationPipelineTests.cs (1)
2414model.Resources.Remove(transient);
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.MongoDB.EntityFrameworkCore (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.Oracle.EntityFrameworkCore (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
Aspire.Pomelo.EntityFrameworkCore.MySql (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
73builder.Services.Remove(oldDbContextOptionsDescriptor);
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
67unrecognized.BindingAsserions.Remove(httpUseCookieAssertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
535httpAuthAssertions.ForEach(delegate (XmlElement element) { bindingAssertions.Remove(element); }); 563bindingAssertions.Remove(assertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (2)
224assertions.Remove(encodingAssertion); 232assertions.Remove(encodingAssertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1375InstanceContext.OutgoingChannels.Remove((IChannel)_proxy); 1468_instanceContext.OutgoingChannels.Remove((IChannel)_proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (2)
109operationAssertions.Remove(oleTxTransactionsAssertion); 111operationAssertions.Remove(wsatTransactionsAssertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
215bindingAssertions.Remove(retransmitAssertion);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1715DataContractImporter.Options.ReferencedTypes.Remove(failedReferenceType); 1724DataContractImporter.Options.ReferencedTypes.Remove(failedReferenceType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyConversionContext.cs (1)
51assertions.Remove(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (3)
152assertions.Remove(e); 171assertions.Remove(e); 231assertions.Remove(e);
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimActionCollection.cs (1)
28itemsToRemove.ForEach(map => Actions.Remove(map));
Microsoft.AspNetCore.Diagnostics (1)
src\aspnetcore\src\Shared\Metrics\MetricsExtensions.cs (1)
54tags.Remove(tag);
Microsoft.AspNetCore.Hosting (1)
src\aspnetcore\src\Shared\Metrics\MetricsExtensions.cs (1)
54tags.Remove(tag);
Microsoft.AspNetCore.Http (3)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
141return WriteDictionary.Remove(item);
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
158return ((ICollection<KeyValuePair<TKey, TValue>>)WriteDictionary).Remove(item);
src\aspnetcore\src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
367return ((ICollection<KeyValuePair<TKey, TValue>>)_dictionaryStorage!).Remove(item);
Microsoft.AspNetCore.Identity.UI (1)
IdentityBuilderUIExtensions.cs (1)
152feature.ViewDescriptors.Remove(descriptorToRemove);
Microsoft.AspNetCore.Mvc.Core (2)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
141return WriteDictionary.Remove(item);
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
158return ((ICollection<KeyValuePair<TKey, TValue>>)WriteDictionary).Remove(item);
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataAnnotationsModelValidatorProvider.cs (1)
81context.Results.Remove(validatorItem);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (3)
DependencyInjection\NewtonsoftJsonMvcCoreBuilderExtensions.cs (3)
70services.Remove(jsonResultExecutor); 82services.Remove(tempDataSerializer); 94services.Remove(jsonHelper);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (2)
70services.Remove(compilerProvider); 84services.Remove(actionDescriptorProvider);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TempDataDictionary.cs (1)
265return ((ICollection<KeyValuePair<string, object?>>)_data).Remove(keyValuePair);
ViewDataDictionary.cs (1)
582return _data.Remove(item);
Microsoft.AspNetCore.OpenApi (1)
Extensions\OpenApiEndpointConventionBuilderExtensions.cs (1)
77endpointBuilder.Metadata.Remove(existingOperation);
Microsoft.AspNetCore.Owin (2)
DictionaryStringArrayWrapper.cs (1)
64bool ICollection<KeyValuePair<string, string[]>>.Remove(KeyValuePair<string, string[]> item) => Inner.Remove(Convert(item));
DictionaryStringValuesWrapper.cs (1)
109bool ICollection<KeyValuePair<string, StringValues>>.Remove(KeyValuePair<string, StringValues> item) => Inner.Remove(Convert(item));
Microsoft.AspNetCore.Razor (1)
TagHelpers\TagHelperAttributeList.cs (1)
159return Items.Remove(attribute);
Microsoft.AspNetCore.Razor.Runtime (2)
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (1)
141return WriteDictionary.Remove(item);
src\aspnetcore\src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
158return ((ICollection<KeyValuePair<TKey, TValue>>)WriteDictionary).Remove(item);
Microsoft.AspNetCore.Server.HttpSys (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
233return Store.Remove(item);
Microsoft.AspNetCore.Server.IIS (1)
src\aspnetcore\src\Shared\HttpSys\RequestProcessing\HeaderCollection.cs (1)
233return Store.Remove(item);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\Metrics\MetricsExtensions.cs (1)
54tags.Remove(tag);
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubGroupList.cs (1)
40((ICollection<KeyValuePair<string, GroupConnectionList>>)(_groups)).Remove(groupToRemove);
Microsoft.Build (1)
src\9f0d3f3da306d8cf\ICollectionExtensions.cs (1)
22collection.Remove(item);
Microsoft.CodeAnalysis (3)
InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\CompletionProviders\ExternAliasCompletionProvider.cs (1)
78aliases.Remove(MetadataReferenceProperties.GlobalAlias);
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Microsoft.DotNet.Build.Tasks.Packaging (1)
HarvestPackage.cs (1)
565pathsNotIncluded.Remove(probePath);
Microsoft.Extensions.AI.Abstractions (2)
AdditionalPropertiesDictionary{TValue}.cs (1)
140bool ICollection<KeyValuePair<string, TValue>>.Remove(KeyValuePair<string, TValue> item) => ((ICollection<KeyValuePair<string, TValue>>)_dictionary).Remove(item);
Functions\AIFunctionArguments.cs (1)
151((ICollection<KeyValuePair<string, object?>>)_arguments).Remove(item);
Microsoft.Extensions.AI.Integration.Tests (1)
PromptBasedFunctionCallingChatClient.cs (1)
122message.Contents.Remove(contentItem);
Microsoft.Extensions.AI.Tests (1)
ChatCompletion\FunctionInvokingChatClientTests.cs (1)
2461context.Options!.Tools!.Remove(functionB);
Microsoft.Extensions.Configuration (1)
ConfigurationManager.cs (1)
338var wasRemoved = ((IDictionary<string, object>)_properties).Remove(item);
Microsoft.Extensions.Http (3)
DependencyInjection\DefaultHttpClientBuilderServiceCollection.cs (1)
72public bool Remove(ServiceDescriptor item) => _services.Remove(item);
DependencyInjection\HttpClientKeyedLifetime.cs (2)
56services.Remove(Client); 57services.Remove(Handler);
Microsoft.Gen.Logging (1)
Parser.LogProperties.cs (1)
280_ = typesChain.Remove(namedType);
Microsoft.Gen.MetadataExtractor (1)
Parser_2.cs (1)
901_ = typesChain.Remove(namedTypeSymbol);
Microsoft.Gen.Metrics (1)
Parser.cs (1)
901_ = typesChain.Remove(namedTypeSymbol);
Microsoft.Gen.MetricsReports (1)
Parser.cs (1)
901_ = typesChain.Remove(namedTypeSymbol);
Microsoft.Interop.SourceGeneration (1)
ValueEqualityImmutableDictionary.cs (1)
56public bool Remove(KeyValuePair<T, U> item) => ((ICollection<KeyValuePair<T, U>>)Map).Remove(item);
Microsoft.Maui (1)
Extensions\ListExtensions.cs (1)
18 list.Remove(item);
Microsoft.Maui.Controls (19)
BindableLayout\BindableLayout.cs (1)
180 _ = mauiLayout.Remove(view);
Element\Element.cs (1)
275 LogicalChildrenInternalBackingStore.Remove(element);
Interactivity\TriggerBase.cs (1)
188 return _actual.Remove(item);
Items\SelectionList.cs (2)
89 var removed = _internal.Remove(item); 95 _shadow.Remove(item);
Label\Label.cs (1)
311 GestureController.CompositeGestureRecognizers.Remove(spanRecognizer);
ObservableList.cs (1)
88 Items.Remove(item);
OrderedDictionary.cs (1)
155 return _kvpCollection.Remove(item) && _keyOrder.Remove(item.Key);
PlatformConfiguration\iOSSpecific\VisualElement.cs (1)
88 visualElement.Effects.Remove(effect);
PointerGestureRecognizer.cs (1)
277 ((IGestureController)element).CompositeGestureRecognizers.Remove(recognizer);
RadioButton\RadioButton.cs (1)
341 GestureRecognizers.Remove(_tapGestureRecognizer);
ReadOnlyCastingList.cs (1)
116 _list.Remove(item as TFrom);
ResourceDictionary.cs (2)
144 _collectionTrack.Remove(rd); 190 return ((ICollection<KeyValuePair<string, object>>)_innerDictionary).Remove(item);
Shell\ShellElementCollection.cs (1)
319 public virtual bool Remove(TBaseShellItem item) => Inner.Remove(item);
Shell\ShellNavigationQueryParameters.cs (1)
95 return (_internal as ICollection<KeyValuePair<string, object>>).Remove(item);
View\View.cs (2)
117 GestureController.CompositeGestureRecognizers.Remove(item as IGestureRecognizer); 159 GestureController.CompositeGestureRecognizers.Remove(gestureRecognizer);
VisualStateManager.cs (1)
286 return _internalList.Remove(item);
Microsoft.Maui.Controls.Maps (2)
HandlerImpl\Polygon.Impl.cs (1)
122 var result = Geopath.Remove(item);
HandlerImpl\Polyline.Impl.cs (1)
121 var result = Geopath.Remove(item);
Microsoft.ML.AutoML.Tests (30)
AutoFitTests.cs (30)
54settings.Trainers.Remove(BinaryClassificationTrainer.LightGbm); 55settings.Trainers.Remove(BinaryClassificationTrainer.SdcaLogisticRegression); 56settings.Trainers.Remove(BinaryClassificationTrainer.LbfgsLogisticRegression); 81settings.Trainers.Remove(BinaryClassificationTrainer.LightGbm); 82settings.Trainers.Remove(BinaryClassificationTrainer.SdcaLogisticRegression); 83settings.Trainers.Remove(BinaryClassificationTrainer.LbfgsLogisticRegression); 108settings.Trainers.Remove(BinaryClassificationTrainer.LightGbm); 109settings.Trainers.Remove(BinaryClassificationTrainer.SdcaLogisticRegression); 110settings.Trainers.Remove(BinaryClassificationTrainer.LbfgsLogisticRegression); 134settings.Trainers.Remove(BinaryClassificationTrainer.LightGbm); 135settings.Trainers.Remove(BinaryClassificationTrainer.SdcaLogisticRegression); 136settings.Trainers.Remove(BinaryClassificationTrainer.LbfgsLogisticRegression); 167settings.Trainers.Remove(RegressionTrainer.LightGbm); 168settings.Trainers.Remove(RegressionTrainer.StochasticDualCoordinateAscent); 169settings.Trainers.Remove(RegressionTrainer.LbfgsPoissonRegression); 197settings.Trainers.Remove(RegressionTrainer.LightGbm); 198settings.Trainers.Remove(RegressionTrainer.StochasticDualCoordinateAscent); 199settings.Trainers.Remove(RegressionTrainer.LbfgsPoissonRegression); 227settings.Trainers.Remove(RegressionTrainer.LightGbm); 228settings.Trainers.Remove(RegressionTrainer.StochasticDualCoordinateAscent); 229settings.Trainers.Remove(RegressionTrainer.LbfgsPoissonRegression); 280settings.Trainers.Remove(MulticlassClassificationTrainer.LightGbm); 281settings.Trainers.Remove(MulticlassClassificationTrainer.SdcaMaximumEntropy); 282settings.Trainers.Remove(MulticlassClassificationTrainer.LbfgsMaximumEntropy); 283settings.Trainers.Remove(MulticlassClassificationTrainer.LbfgsLogisticRegressionOva); 312settings.Trainers.Remove(MulticlassClassificationTrainer.LightGbm); 313settings.Trainers.Remove(MulticlassClassificationTrainer.SdcaMaximumEntropy); 314settings.Trainers.Remove(MulticlassClassificationTrainer.LbfgsMaximumEntropy); 315settings.Trainers.Remove(MulticlassClassificationTrainer.LbfgsLogisticRegressionOva); 598settings.Trainers.Remove(BinaryClassificationTrainer.FastForest);
Microsoft.ML.SearchSpace (3)
Option\NestOption.cs (1)
142return ((ICollection<KeyValuePair<string, OptionBase>>)_options).Remove(item);
Parameter.cs (1)
341return (_value as IDictionary<string, Parameter>).Remove(item);
SearchSpace.cs (1)
361return ((ICollection<KeyValuePair<string, OptionBase>>)_options).Remove(item);
Microsoft.Net.Http.Headers (3)
HeaderUtilities.cs (1)
51parameters.Remove(qualityParameter);
MediaTypeHeaderValue.cs (2)
89Parameters.Remove(charsetParameter); 163Parameters.Remove(boundaryParameter);
NuGet.Commands (7)
CommandRunners\PackCommandRunner.cs (4)
717packageFiles.Remove(item); 826files.Remove(fileToRemove); 1009list.Remove(matchingDependency); 1044set.Remove(matchingDependency);
RestoreCommand\DependencyGraphResolver.cs (1)
601currentGraphNode.InnerNodes.Remove(newGraphNode);
RestoreCommand\Utility\LockFileUtils.cs (1)
1239lockFileLib.BuildMultiTargeting.Remove(multiBuildAsset);
RestoreCommand\Utility\MSBuildRestoreUtility.cs (1)
409framework.ProjectReferences.Remove(framework.ProjectReferences[i]);
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
56source.Remove(item);
NuGet.Configuration (5)
Settings\Items\PackageSourceMappingSourceItem.cs (1)
169Patterns.Remove(packagePatternItem);
Settings\Items\TrustedSignerItem.cs (1)
132Certificates.Remove(cert);
Settings\SettingsGroup.cs (1)
149if (TryGetChild(setting, out var currentSetting) && Children.Remove(currentSetting))
Settings\VirtualSettingSection.cs (2)
64Children.Remove(currentItem); 114if (Children.Remove(currentSetting))
NuGet.DependencyResolver.Core (2)
GraphModel\GraphOperations.cs (2)
132node.OuterNode.InnerNodes.Remove(node); 180node.OuterNode.InnerNodes.Remove(node);
NuGet.PackageManagement (1)
Utility\CollectionsUtility.cs (1)
27collection.Remove(item);
NuGet.Protocol (2)
DependencyInfo\Trim.cs (2)
56registrationInfo.Packages.Remove(packageToRemove); 91registrationInfo.Packages.Remove(packageToRemove);
PresentationCore (1)
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
127return _innerDictionary.Remove(item);
PresentationFramework (5)
MS\Internal\Annotations\ObservableDictionary.cs (1)
175return ((ICollection<KeyValuePair<string, string>>)_nameValues).Remove(pair);
System\Windows\Annotations\AnnotationService.cs (1)
964attachedAnnotations.Remove(match);
System\Windows\Controls\CustomDictionarySources.cs (1)
247((IList<Uri>)this).Remove((Uri)value);
System\Windows\Documents\DocumentSequence.cs (1)
875_pendingPages.Remove(completedRequest.Page);
System\Windows\Documents\FixedDocument.cs (1)
1210_pendingPages.Remove(pc);
PresentationUI (2)
MS\Internal\Documents\DigitalSignatureProvider.cs (2)
229DigitalSignatureList.Remove(signature); 273DigitalSignatureList.Remove(signature);
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ISetExtensions.cs (2)
39result |= set.Remove(v); 50result |= set.Remove(v);
src\roslyn\src\Dependencies\Collections\Extensions\ICollectionExtensions.cs (1)
21collection.Remove(item);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\IDictionaryExtensions.cs (1)
149collection.Remove(value);
Shared.Tests (2)
EmptyCollections\EmptyReadonlyDictionaryTests.cs (1)
61Assert.False(coll.Remove(new KeyValuePair<int, string>(1, "One")));
EmptyCollections\EmptyReadOnlyListTests.cs (1)
58Assert.False(coll.Remove(1));
System.Collections (1)
System\Collections\Generic\OrderedDictionary.cs (1)
1371((ICollection<KeyValuePair<TKey, TValue>>)this).Remove(pair);
System.Composition.Hosting (1)
System\Composition\Hosting\Core\CycleBreakingMetadataDictionary.cs (1)
107return ActualMetadata.Remove(item);
System.Net.Http (2)
System\Net\Http\HttpRequestOptions.cs (1)
47bool ICollection<KeyValuePair<string, object?>>.Remove(KeyValuePair<string, object?> item) => ((IDictionary<string, object?>)Options).Remove(item);
System\Net\Http\SocketsHttpHandler\FailedProxyCache.cs (1)
128((ICollection<KeyValuePair<Uri, long>>)_failedProxies).Remove(kvp);
System.Net.NameResolution (2)
System\Net\Dns.cs (2)
970((ICollection<KeyValuePair<object, Task>>)s_tasks).Remove(new KeyValuePair<object, Task>(key!, task!)); 983((ICollection<KeyValuePair<object, Task>>)s_tasks).Remove(new KeyValuePair<object, Task>(key!, task));
System.Security.Cryptography.Cose (1)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (1)
234return HeaderParametersAsCollection.Remove(item);
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1370InstanceContext.OutgoingChannels.Remove((IChannel)_proxy); 1466InstanceContext.OutgoingChannels.Remove((IChannel)_proxy);