2 writes to _pendingStream
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
154
_pendingStream
= responseStream;
238
_pendingStream
= null;
2 references to _pendingStream
PresentationFramework (2)
System\Windows\Documents\PageContentAsyncResult.cs (2)
235
if (
_pendingStream
!= null)
237
_pendingStream
.Close();