5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1783_webResponse = null; 1794_webResponse = null; 2498_webResponse = null; 2876_webResponse = response; 2944_webResponse = null;
8 references to _webResponse
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
1781Invariant.Assert(_webResponse != null); 1782_webResponse.Close(); 1791else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1793_webResponse.Close(); 2185NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2371NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2497_webResponse?.Close(); 2875Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));