27 references to Remove
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (2)
117_mruList.Remove(entry.node); 158_mruList.Remove(entry.node);
Microsoft.Build (6)
BackEnd\Components\Scheduler\SchedulingData.cs (1)
333_unscheduledRequests.Remove(requestNode);
Collections\ItemDictionary.cs (1)
277list.Remove(node);
Evaluation\Evaluator.cs (1)
1044activeTargetsByEvaluationOrder.Remove(node);
Evaluation\ProjectRootElementCache.cs (3)
592_strongCache.Remove(node); 608_strongCache.Remove(node); 627_strongCache.Remove(strongCacheEntry);
Microsoft.CodeAnalysis (2)
InternalUtilities\ConcurrentLruCache.cs (2)
92_nodeList.Remove(node); 104_nodeList.Remove(lastNode!);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (1)
125_lruList.Remove(node);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Host\RemoteSolutionCache.cs (1)
79_cacheNodes.Remove(current);
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
269_cachedData.Remove(currentNode);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (2)
92_nodeList.Remove(node); 104_nodeList.Remove(lastNode!);
Microsoft.ML.Core (1)
Utilities\LruCache.cs (1)
48_lru.Remove(node);
Microsoft.ML.Tokenizers (3)
Utils\LruCache.cs (3)
53_lruList.Remove(cached); 80_lruList.Remove(cached); 104_lruList.Remove(cached);
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (2)
28_list.Remove(info.List) 47_list.Remove(list)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1591_list.Remove(node)
Microsoft.VisualStudio.LanguageServices (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (2)
92_nodeList.Remove(node); 104_nodeList.Remove(lastNode!);
System.IO.Packaging (1)
System\IO\Packaging\OrderedDictionary.cs (1)
49_order.Remove(value);
System.Net.Requests (2)
System\Net\TimerThread.cs (2)
511s_newQueues.Remove(node); 526s_queues.Remove(node);