5 references to LinkedListNode
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
110
var node = new
LinkedListNode
<K>(key);
Microsoft.ML.Tokenizers (1)
Utils\LruCache.cs (1)
116
var node = new
LinkedListNode
<KeyValuePair<string, TValue>>(new KeyValuePair<string, TValue>(key, value));
Microsoft.Web.XmlTransform (2)
XmlFormatter.cs (2)
325
indents.AddLast(new
LinkedListNode
<string>(CurrentIndent));
335
attributeIndents.AddLast(new
LinkedListNode
<string>(currentAttributeIndent));
rzc (1)
ConcurrentLruCache.cs (1)
166
var node = new
LinkedListNode
<TKey>(key);