5 writes to _itemCount
Microsoft.Gen.MetadataExtractor (5)
src\Generators\Microsoft.Gen.ComplianceReports\Emitter.cs (5)
140
_itemCount
++;
147
_itemCount
= 0;
158
_itemCount
= _itemCounts.Pop();
165
_itemCount
= 0;
176
_itemCount
= _itemCounts.Pop();
3 references to _itemCount
Microsoft.Gen.MetadataExtractor (3)
src\Generators\Microsoft.Gen.ComplianceReports\Emitter.cs (3)
134
if (
_itemCount
> 0)
146
_itemCounts.Push(
_itemCount
);
164
_itemCounts.Push(
_itemCount
);