5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1798_webResponse = null; 1809_webResponse = null; 2530_webResponse = null; 2909_webResponse = response; 2977_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1796Invariant.Assert(_webResponse != null); 1797_webResponse.Close(); 1806else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1808_webResponse.Close(); 2212NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2401NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2527if (_webResponse != null) 2529_webResponse.Close(); 2908Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));