7 references to LinkedListNode
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
110var node = new LinkedListNode<K>(key);
Microsoft.ML.Tokenizers (1)
Utils\LruCache.cs (1)
116var node = new LinkedListNode<KeyValuePair<string, TValue>>(new KeyValuePair<string, TValue>(key, value));
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (1)
37Dim node As New LinkedListNode(Of TKey)(key)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1602node = New LinkedListNode(Of T)(key)
Microsoft.Web.XmlTransform (2)
XmlFormatter.cs (2)
325indents.AddLast(new LinkedListNode<string>(CurrentIndent)); 335attributeIndents.AddLast(new LinkedListNode<string>(currentAttributeIndent));
rzc (1)
ConcurrentLruCache.cs (1)
166var node = new LinkedListNode<TKey>(key);