6 writes to m_CompletedSynchronously
System (6)
sys\System\IO\compression\DeflateStream.cs (4)
415
userResult.
m_CompletedSynchronously
&= userResult.IsCompleted;
429
outerResult.
m_CompletedSynchronously
&= baseStreamResult.CompletedSynchronously;
662
userResult.
m_CompletedSynchronously
&= userResult.IsCompleted;
676
outerResult.
m_CompletedSynchronously
&= asyncResult.CompletedSynchronously;
sys\System\IO\compression\DeflateStreamAsyncResult.cs (2)
30
m_CompletedSynchronously
= true;
106
m_CompletedSynchronously
= completedSynchronously;
1 reference to m_CompletedSynchronously
System (1)
sys\System\IO\compression\DeflateStreamAsyncResult.cs (1)
71
return
m_CompletedSynchronously
;