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