5 writes to _itemCount
Microsoft.Gen.ComplianceReports (5)
Emitter.cs (5)
136
_itemCount
++;
143
_itemCount
= 0;
154
_itemCount
= _itemCounts.Pop();
161
_itemCount
= 0;
172
_itemCount
= _itemCounts.Pop();
3 references to _itemCount
Microsoft.Gen.ComplianceReports (3)
Emitter.cs (3)
130
if (
_itemCount
> 0)
142
_itemCounts.Push(
_itemCount
);
160
_itemCounts.Push(
_itemCount
);