2 writes to _completedSynchronously
System.Core (2)
System\IO\Pipes\PipeStream.cs (2)
1256
asyncResult.
_completedSynchronously
= false;
1334
_completedSynchronously
= false;
1 reference to _completedSynchronously
System.Core (1)
System\IO\Pipes\PipeStream.cs (1)
1321
get { return
_completedSynchronously
; }