1 write to m_isAsync
System.Core (1)
System\IO\Pipes\PipeStream.cs (1)
173m_isAsync = isAsync;
15 references to m_isAsync
System.Core (15)
System\IO\Pipes\PipeStream.cs (15)
211if (m_isAsync) { 258if (!m_isAsync) { 287Debug.Assert(m_isAsync, "BeginReadCore doesn't work on synchronous file streams!"); 368if (!m_isAsync) { 453if (m_isAsync) { 489if (!m_isAsync) { 503Debug.Assert(m_isAsync, "BeginWriteCore doesn't work on synchronous file streams!"); 569if (!m_isAsync) { 625Debug.Assert((m_isAsync && overlapped != null) || (!m_isAsync && overlapped == null), "Async IO parameter ----up in call to ReadFileNative."); 639if (m_isAsync) { 675Debug.Assert((m_isAsync && overlapped != null) || (!m_isAsync && overlapped == null), "Async IO parameter ----up in call to WriteFileNative."); 689if (m_isAsync) { 795get { return m_isAsync; }