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)
468
var previousTableEntryIndex = _states.Count -
_insertedCount
;