9 references to LinkedListNode
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
110var node = new LinkedListNode<K>(key);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.ClassifiedLineCache.cs (1)
168return new LinkedListNode<SpanAndClassifiedSpans>(new SpanAndClassifiedSpans(span, s_classifiedSpanListPool.Allocate()));
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\SegmentedList.Generic.Tests.Misc.cs (2)
118Assert.Throws<ArgumentException>("value", () => _ilist.Insert(0, new LinkedListNode<string>("blargh"))); //"ArgumentException expected." 586Assert.False(_ilist.Contains(new LinkedListNode<string>("rah")),
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\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.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (1)
110var node = new LinkedListNode<K>(key);