2 overrides of Next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
250public override Node Next { get; } 265public override Node Next => next;
9 references to Next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (9)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (9)
345return GetFromList(b.Next, key, out value!); 358next = next.Next; 580currentNode = currentNode.Next; 660_next = _next.Next; 671_next = curr.Next; 778_next = _next.Next; 789_next = curr.Next; 884_next = _next.Next; 895_next = curr.Next;