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