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