5 writes to _webResponse
PresentationFramework (5)
System\Windows\Navigation\NavigationService.cs (5)
1823_webResponse = null; 1834_webResponse = null; 2558_webResponse = null; 2937_webResponse = response; 3005_webResponse = null;
9 references to _webResponse
PresentationFramework (9)
System\Windows\Navigation\NavigationService.cs (9)
1821Invariant.Assert(_webResponse != null); 1822_webResponse.Close(); 1831else if ((_navStatus != NavigationStatus.Navigating) && (_webResponse != null)) 1833_webResponse.Close(); 2239NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, IsNavigationInitiator); 2429NavigationEventArgs e = new NavigationEventArgs(CurrentSource, Content, extraData, _webResponse, INavigatorHost, isNavInitiator); 2555if (_webResponse != null) 2557_webResponse.Close(); 2936Invariant.Assert((_webResponse == null) && (_asyncObjectConverter == null));