4 writes to _requestValueCollection
System.Web (4)
UI\Page.cs (4)
4640_requestValueCollection = PageAdapter.DeterminePostBackMode(); 4646_requestValueCollection = DeterminePostBackMode(); 4936_requestValueCollection = PageAdapter.DeterminePostBackMode(); 4942_requestValueCollection = DeterminePostBackMode();
36 references to _requestValueCollection
System.Web (36)
UI\Page.cs (36)
1658if (_requestValueCollection == null) 1690get { return _requestValueCollection; } 2143if (_requestValueCollection == null) { 2147if (!VerifyClientStateIdentifier(_requestValueCollection[ViewStateGeneratorFieldID])) { 2170if (_requestValueCollection != null) { 2173string xpos = _requestValueCollection[_scrollPositionXID]; 2177string ypos = _requestValueCollection[_scrollPositionYID]; 3079NameValueCollection postCollection = ctrl.CalculateEffectiveValidateRequest() ? _requestValueCollection : _unvalidatedRequestValueCollection; 3111NameValueCollection postCollection = c.CalculateEffectiveValidateRequest() ? _requestValueCollection : _unvalidatedRequestValueCollection; 3178NameValueCollection postCollection = ctrl.CalculateEffectiveValidateRequest() ? _requestValueCollection : _unvalidatedRequestValueCollection; 3215NameValueCollection postCollection = c.CalculateEffectiveValidateRequest() ? _requestValueCollection : _unvalidatedRequestValueCollection; 4641if (_requestValueCollection != null) { 4651if (_requestValueCollection != null) { 4685if (_requestValueCollection != null) { 4688if (_requestValueCollection[ViewStateEncryptionID] != null) { 4693callbackControlId = _requestValueCollection[callbackID]; 4702if (_requestValueCollection[previousPageID] != null) { 4705DecryptString(_requestValueCollection[previousPageID], Purpose.WebForms_Page_PreviousPageID)); 4762ProcessPostData(_requestValueCollection, true /* fBeforeLoad */); 4794RaisePostBackEvent(_requestValueCollection); 4937if (_requestValueCollection != null) { 4947if (_requestValueCollection != null) { 4981if (_requestValueCollection != null) { 4984if (_requestValueCollection[ViewStateEncryptionID] != null) { 4989callbackControlId = _requestValueCollection[callbackID]; 4998if (_requestValueCollection[previousPageID] != null) { 5001DecryptString(_requestValueCollection[previousPageID], Purpose.WebForms_Page_PreviousPageID)); 5063await ProcessPostDataAsync(_requestValueCollection, true /* fBeforeLoad */).WithinCancellableCallback(con); 5066ProcessPostData(_requestValueCollection, true /* fBeforeLoad */); 5110RaisePostBackEvent(_requestValueCollection); 5314string param = _requestValueCollection[callbackParameterID]; 5331bool needsCallbackLoadScript = !String.IsNullOrEmpty(_requestValueCollection[callbackLoadScriptID]); 5347string param = _requestValueCollection[callbackParameterID]; 5367bool needsCallbackLoadScript = !String.IsNullOrEmpty(_requestValueCollection[callbackLoadScriptID]); 5379bool needsCallbackLoadScript = !String.IsNullOrEmpty(_requestValueCollection[callbackLoadScriptID]); 5383index = _requestValueCollection[callbackIndexID];