2 writes to Count
System.Web (2)
UI\WebParts\WebPartTracker.cs (2)
37
if (++
Count
> 1) {
62
Count
--;
2 references to Count
System.Web (2)
UI\WebParts\WebPartTracker.cs (2)
44
return (
Count
> 1);
61
Debug.Assert(
Count
>= 1);