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