1 write to ConnectionPointsCache
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
2319ConnectionPointsCache = Hashtable.Synchronized(new Hashtable());
3 references to ConnectionPointsCache
System.Web (3)
UI\WebParts\WebPartManager.cs (3)
2314if (ConnectionPointsCache == null) { 2325ICollection[] connectionPoints = (ICollection[])ConnectionPointsCache[connectionPointKey]; 2328ConnectionPointsCache[connectionPointKey] = connectionPoints;