Implemented interface member:
method
Remove
System.Collections.Generic.ICollection<T>.Remove(T)
19 references to Remove
Microsoft.AspNetCore.HttpLogging (4)
W3CLoggerOptions.cs (4)
132
clonedSet.
Remove
(HeaderNames.Host);
136
clonedSet.
Remove
(HeaderNames.Referer);
140
clonedSet.
Remove
(HeaderNames.UserAgent);
144
clonedSet.
Remove
(HeaderNames.Cookie);
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
96
toVisit.
Remove
(min);
Microsoft.CodeAnalysis.Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
96
toVisit.
Remove
(min);
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\FlowAnalysis\CustomDataFlowAnalysis.cs (1)
96
toVisit.
Remove
(min);
Microsoft.ML.AutoML (1)
Sweepers\SmacSweeper.cs (1)
401
bestK.
Remove
(worst);
Microsoft.ML.Sweeper (2)
Algorithms\KdoSweeper.cs (1)
438
bestK.
Remove
(worst);
Algorithms\SmacSweeper.cs (1)
392
bestK.
Remove
(worst);
System.Collections (9)
System\Collections\Generic\SortedDictionary.cs (2)
92
_set.
Remove
(keyValuePair);
254
return _set.
Remove
(new KeyValuePair<TKey, TValue>(key, default(TValue)!));
System\Collections\Generic\SortedSet.cs (5)
156
Remove
(item);
1096
Remove
(item);
1144
bool result = Contains(item) ?
Remove
(item) : Add(item);
1167
bool result = Contains(current) ?
Remove
(current) : Add(current);
1447
if (
Remove
(matches[i]))
System\Collections\Generic\SortedSet.TreeSubSet.cs (2)
84
bool ret = _underlying.
Remove
(item);
103
_underlying.
Remove
(toRemove[^1]);