2 overrides of Next
Microsoft.CodeAnalysis.Analyzers (2)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (2)
142
public override Node
Next
{ get; }
155
public override Node
Next
=> next;
9 references to Next
Microsoft.CodeAnalysis.Analyzers (9)
src\Compilers\Core\Portable\Collections\SmallDictionary.cs (9)
232
return GetFromList(b.
Next
, key, out value!);
245
next = next.
Next
;
467
currentNode = currentNode.
Next
;
547
_next = _next.
Next
;
558
_next = curr.
Next
;
664
_next = _next.
Next
;
675
_next = curr.
Next
;
770
_next = _next.
Next
;
781
_next = curr.
Next
;