6 writes to _pendingSelectedValue
System.Web (6)
UI\WebParts\ConnectionsZone.cs (6)
109_pendingSelectedValue = null; 618_pendingSelectedValue = null; 691_pendingSelectedValue = selectedValue; 775_pendingSelectedValue = selectedValue; 949_pendingSelectedValue = null; 1180_pendingSelectedValue = (string)state[pendingSelectedValueIndex];
15 references to _pendingSelectedValue
System.Web (15)
UI\WebParts\ConnectionsZone.cs (15)
837if (_pendingSelectedValue != null) { 839ProviderInfo providerInfo = (ProviderInfo)providers[_pendingSelectedValue]; 866Debug.Assert(_pendingSelectedValue != null); 869consumerInfo = (ConsumerInfo)consumers[_pendingSelectedValue]; 908Debug.Assert(_pendingSelectedValue != null); 922consumerInfo = (ConsumerInfo)consumers[_pendingSelectedValue]; 972if (!String.IsNullOrEmpty(_pendingSelectedValue)) { 976providerInfo = (ProviderInfo)providers[_pendingSelectedValue]; 2070myState[pendingSelectedValueIndex] = _pendingSelectedValue; 2234_pendingSelectedValue != null && 2235_pendingSelectedValue.Length > 0) { 2241Debug.Assert(_pendingSelectedValue != null); 2247SelectValueInList(list, _pendingSelectedValue); 2259Debug.Assert(_pendingSelectedValue != null); 2265SelectValueInList(list, _pendingSelectedValue);