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