2 references to GetOverlappedReadException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
305
Exception readException = Exceptions.
GetOverlappedReadException
(this.pipe, this.readOverlapped.NativeOverlapped, out bytesRead);
1441
readException = Exceptions.
GetOverlappedReadException
(this.pipe, this.readOverlapped.NativeOverlapped, out bytesRead);