5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1770_webResponse = null; 1781_webResponse = null; 2490_webResponse = null; 2869_webResponse = response; 2937_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1768Invariant.Assert(_webResponse != null); 1769_webResponse.Close(); 1778else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1780_webResponse.Close(); 2172NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2361NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2487if (_webResponse != null) 2489_webResponse.Close(); 2868Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));