29 references to NULL
System.Core (29)
Microsoft\Win32\UnsafeNativeMethods.cs (2)
261UnsafeNativeMethods.NULL, errorCode, 0, sb, sb.Capacity, UnsafeNativeMethods.NULL);
System\IO\LogStream.cs (1)
128_handle = UnsafeNativeMethods.SafeCreateFile(filePath, fAccess, share, secAttrs, mode, flagsAndAttributes, UnsafeNativeMethods.NULL);
System\IO\Pipes\Pipe.cs (11)
606if (!UnsafeNativeMethods.ConnectNamedPipe(InternalHandle, UnsafeNativeMethods.NULL)) { 871if (!UnsafeNativeMethods.GetNamedPipeHandleState(InternalHandle, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, 872UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, userName, userName.Capacity)) { 1212UnsafeNativeMethods.NULL); // template file: null 1337UnsafeNativeMethods.NULL); // template file: null 1377if (!UnsafeNativeMethods.GetNamedPipeHandleState(InternalHandle, UnsafeNativeMethods.NULL, out numInstances, 1378UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, 0)) {
System\IO\Pipes\PipeStream.cs (15)
841if (!UnsafeNativeMethods.GetNamedPipeInfo(m_handle, out pipeFlags, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, 842UnsafeNativeMethods.NULL)) { 870if (!UnsafeNativeMethods.GetNamedPipeInfo(m_handle, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, out inBufferSize, UnsafeNativeMethods.NULL)) { 897else if (!UnsafeNativeMethods.GetNamedPipeInfo(m_handle, UnsafeNativeMethods.NULL, out outBufferSize, 898UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL)) { 930if (!UnsafeNativeMethods.SetNamedPipeHandleState(m_handle, &pipeReadType, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL)) { 946if (!UnsafeNativeMethods.GetNamedPipeHandleState(SafePipeHandle, out flags, UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, 947UnsafeNativeMethods.NULL, UnsafeNativeMethods.NULL, 0)) {