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