5 references to GetFileType
System.Core (5)
System\IO\Pipes\Pipe.cs (5)
131
if (UnsafeNativeMethods.
GetFileType
(serverSafePipeHandle) != UnsafeNativeMethods.FILE_TYPE_PIPE) {
134
if (UnsafeNativeMethods.
GetFileType
(clientSafePipeHandle) != UnsafeNativeMethods.FILE_TYPE_PIPE) {
325
if (UnsafeNativeMethods.
GetFileType
(safePipeHandle) != UnsafeNativeMethods.FILE_TYPE_PIPE) {
542
if (UnsafeNativeMethods.
GetFileType
(safePipeHandle) != UnsafeNativeMethods.FILE_TYPE_PIPE) {
1139
if (UnsafeNativeMethods.
GetFileType
(safePipeHandle) != UnsafeNativeMethods.FILE_TYPE_PIPE) {