5 writes to _itemCount
Microsoft.Gen.ComplianceReports (5)
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.ComplianceReports (3)
Emitter.cs (3)
134
if (
_itemCount
> 0)
146
_itemCounts.Push(
_itemCount
);
164
_itemCounts.Push(
_itemCount
);