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