7 writes to _pendingConnectionType
System.Web (7)
UI\WebParts\ConnectionsZone.cs (7)
108_pendingConnectionType = ConnectionType.None; 616_pendingConnectionType = ConnectionType.None; 689_pendingConnectionType = ConnectionType.Consumer; 773_pendingConnectionType = ConnectionType.Provider; 950_pendingConnectionType = ConnectionType.Consumer; 1177_pendingConnectionType = (ConnectionType)state[pendingConnectionTypeIndex]; 1329_pendingConnectionType = ConnectionType.Consumer;
12 references to _pendingConnectionType
System.Web (12)
UI\WebParts\ConnectionsZone.cs (12)
832if (_pendingConnectionType == ConnectionType.Consumer) { 860else if (_pendingConnectionType == ConnectionType.Provider) { 907if (_pendingConnectionType == ConnectionType.Provider) { 937if (_pendingConnectionType == ConnectionType.Consumer) { 992Debug.Assert(_pendingConnectionType == ConnectionType.None); 1244if (_pendingConnectionType == ConnectionType.Consumer && !String.IsNullOrEmpty(_pendingConnectionID)) { 1973if (_pendingConnectionType == ConnectionType.Consumer && isConsumer) { 2069myState[pendingConnectionTypeIndex] = _pendingConnectionType; 2233if (_pendingConnectionType == ConnectionType.Consumer && 2254else if (_pendingConnectionType == ConnectionType.Provider) { 2290if ((_pendingConnectionType == ConnectionType.Consumer && 2293_pendingConnectionType == ConnectionType.Provider) {