12 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)
601
_strongCache.
AddFirst
(node);
Microsoft.CodeAnalysis (2)
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);
rzc (2)
ConcurrentLruCache.cs (2)
149
_nodeList.
AddFirst
(node);
168
_nodeList.
AddFirst
(node);
System.ServiceModel.Primitives (1)
Internals\System\Runtime\MruCache.cs (1)
212
_mruList.
AddFirst
(entry.node);