5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1821_webResponse = null; 1832_webResponse = null; 2556_webResponse = null; 2935_webResponse = response; 3003_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1819Invariant.Assert(_webResponse != null); 1820_webResponse.Close(); 1829else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1831_webResponse.Close(); 2237NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2427NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2553if (_webResponse != null) 2555_webResponse.Close(); 2934Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));