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