2 references to GetOverlappedWriteException
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
398
Exception writeException = Exceptions.
GetOverlappedWriteException
(this.pipe, this.writeOverlapped.NativeOverlapped, out bytesWritten);
1541
writeException = Exceptions.
GetOverlappedWriteException
(this.pipe, this.writeOverlapped.NativeOverlapped, out bytesWritten);