5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1773_webResponse = null; 1784_webResponse = null; 2493_webResponse = null; 2872_webResponse = response; 2940_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1771Invariant.Assert(_webResponse != null); 1772_webResponse.Close(); 1781else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1783_webResponse.Close(); 2175NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2364NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2490if (_webResponse != null) 2492_webResponse.Close(); 2871Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));