2 writes to _insertedCount
Microsoft.CodeAnalysis (2)
SourceGeneration\Nodes\NodeStateTable.cs (2)
452_insertedCount += state == EntryState.Added ? 1 : 0; 460_insertedCount += state == EntryState.Added ? 1 : 0;
1 reference to _insertedCount
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\NodeStateTable.cs (1)
469var previousTableEntryIndex = _states.Count - _insertedCount;