2 overrides of Next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (2)
250
public override Node
Next
{ get; }
265
public override Node
Next
=> next;
9 references to Next
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (9)
src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (9)
345
return GetFromList(b.
Next
, key, out value!);
358
next = next.
Next
;
580
currentNode = 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
;