2 writes to _pendingStream
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
155
_pendingStream
= responseStream;
239
_pendingStream
= null;
2 references to _pendingStream
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
236
if (
_pendingStream
!= null)
238
_pendingStream
.Close();