1 write to _index
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
680
_index
++;
2 references to _index
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
681
return
_index
< _entry.Count;
684
public T Current => _entry.GetItem(
_index
);