2 writes to _pendingStream
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
171
_pendingStream
= responseStream;
255
_pendingStream
= null;
2 references to _pendingStream
PresentationFramework (2)
src\Framework\System\Windows\Documents\PageContentAsyncResult.cs (2)
252
if (
_pendingStream
!= null)
254
_pendingStream
.Close();