18 references to AddFirst
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (1)
159_mruList.AddFirst(entry.node);
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
593_strongCache.AddFirst(node);
Microsoft.CodeAnalysis (2)
InternalUtilities\ConcurrentLruCache.cs (2)
93_nodeList.AddFirst(node); 112_nodeList.AddFirst(node);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteSolutionCache.cs (1)
80_cacheNodes.AddFirst(current);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (2)
93_nodeList.AddFirst(node); 112_nodeList.AddFirst(node);
Microsoft.ML.Core (1)
Utilities\LruCache.cs (1)
49_lru.AddFirst(node);
Microsoft.ML.Tokenizers (4)
Utils\LruCache.cs (4)
54_lruList.AddFirst(cached); 81_lruList.AddFirst(cached); 105_lruList.AddFirst(cached); 118_lruList.AddFirst(node);
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (2)
38_list.AddFirst(node) 48_list.AddFirst(list)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
1592_list.AddFirst(node) 1604_list.AddFirst(node)
Microsoft.VisualStudio.LanguageServices (2)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (2)
93_nodeList.AddFirst(node); 112_nodeList.AddFirst(node);