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