2 references to WriteFile
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
373
if (UnsafeNativeMethods.
WriteFile
(this.pipe.DangerousGetHandle(), this.writeOverlapped.BufferPtr + offset, size, IntPtr.Zero, this.writeOverlapped.NativeOverlapped) == 0)
1474
if (UnsafeNativeMethods.
WriteFile
(this.pipe.DangerousGetHandle(), this.writeOverlapped.BufferPtr + offset, size, IntPtr.Zero, this.writeOverlapped.NativeOverlapped) == 0)