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)
38
webPart.SetConnectErrorMessage(SR.GetString(SR.WebPartTracker_CircularConnection,
_providerConnectionPoint
.DisplayName));
51
_webPart.TrackerCounter.TryGetValue(
_providerConnectionPoint
, out count);
55
_webPart.TrackerCounter[
_providerConnectionPoint
] = value;