2 references to ReadFile
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
279
if (UnsafeNativeMethods.
ReadFile
(this.pipe.DangerousGetHandle(), this.readOverlapped.BufferPtr + offset, size, IntPtr.Zero, this.readOverlapped.NativeOverlapped) == 0)
1376
if (UnsafeNativeMethods.
ReadFile
(this.pipe.DangerousGetHandle(), this.readOverlapped.BufferPtr + offset, size, IntPtr.Zero, this.readOverlapped.NativeOverlapped) == 0)