1 write to _providerConnectionPoint
System.Web (1)
UI\WebParts\WebPartTracker.cs (1)
35_providerConnectionPoint = providerConnectionPoint;
3 references to _providerConnectionPoint
System.Web (3)
UI\WebParts\WebPartTracker.cs (3)
38webPart.SetConnectErrorMessage(SR.GetString(SR.WebPartTracker_CircularConnection, _providerConnectionPoint.DisplayName)); 51_webPart.TrackerCounter.TryGetValue(_providerConnectionPoint, out count); 55_webPart.TrackerCounter[_providerConnectionPoint] = value;