2 writes to Next
System.CommandLine (2)
Parsing\SymbolResultTree.cs (1)
151
Next
= node
Symbol.cs (1)
48
current.
Next
= new SymbolNode(symbol);
7 references to Next
System.CommandLine (7)
Command.cs (1)
328
parent = parent.
Next
;
Parsing\StringExtensions.cs (1)
438
parent = parent.
Next
;
Parsing\SymbolResultTree.cs (2)
99
node = node.
Next
;
146
current = current.
Next
;
Symbol.cs (3)
44
while (current.
Next
is not null)
46
current = current.
Next
;
68
parent = parent.
Next
;