5 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.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);