4 writes to _pendingConsumerConnectionPoint
System.Web (4)
UI\WebParts\ConnectionsZone.cs (4)
621_pendingConsumerConnectionPoint = null; 931_pendingConsumerConnectionPoint = consumerInfo.ConnectionPoint; 944_pendingConsumerConnectionPoint = connection.ConsumerConnectionPoint; 963_pendingConsumerConnectionPoint =
13 references to _pendingConsumerConnectionPoint
System.Web (13)
UI\WebParts\ConnectionsZone.cs (13)
838IDictionary providers = (IDictionary)_connectionPointInfo[_pendingConsumerConnectionPoint]; 899(_pendingConsumerConnectionPoint == null || 966if (_pendingConsumerConnectionPoint == null) { 973IDictionary providers = (IDictionary)_connectionPointInfo[_pendingConsumerConnectionPoint]; 1252_pendingConsumer, _pendingConsumerConnectionPoint, _pendingTransformer)) { 1254_pendingConsumer, _pendingConsumerConnectionPoint, _pendingTransformer); 1966&& _pendingConsumerConnectionPoint != null 1976connectionPointName = _pendingConsumerConnectionPoint.DisplayName; 2239if (_pendingConsumerConnectionPoint != null) { 2242DropDownList list = (DropDownList)_connectDropDownLists[_pendingConsumerConnectionPoint]; 2288_pendingConsumerConnectionPoint.SetObject(pendingConsumerControl, transformedObject); 2292_pendingConsumerConnectionPoint.AllowsMultipleConnections)) || 2295_pendingConsumerConnectionPoint.SetObject(pendingConsumerControl, null);