2 references to FILE_FLAG_OVERLAPPED
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
1804int flags = UnsafeNativeMethods.FILE_FLAG_OVERLAPPED; 2050int openMode = UnsafeNativeMethods.PIPE_ACCESS_DUPLEX | UnsafeNativeMethods.FILE_FLAG_OVERLAPPED;