5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1770_webResponse = null; 1781_webResponse = null; 2488_webResponse = null; 2866_webResponse = response; 2934_webResponse = null;
8 references to _webResponse
PresentationFramework (8)
System\Windows\Navigation\NavigationService.cs (8)
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); 2487_webResponse?.Close(); 2865Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));