5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1774_webResponse = null; 1785_webResponse = null; 2494_webResponse = null; 2873_webResponse = response; 2941_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1772Invariant.Assert(_webResponse != null); 1773_webResponse.Close(); 1782else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1784_webResponse.Close(); 2176NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2365NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2491if (_webResponse != null) 2493_webResponse.Close(); 2872Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));