3 references to SECURITY_SQOS_PRESENT
System.Core (3)
System\IO\LogStream.cs (1)
92int flagsAndAttributes = (int)FileOptions.None | (UnsafeNativeMethods.SECURITY_SQOS_PRESENT | UnsafeNativeMethods.SECURITY_ANONYMOUS);
System\IO\Pipes\Pipe.cs (2)
1174_pipeFlags |= UnsafeNativeMethods.SECURITY_SQOS_PRESENT; 1280_pipeFlags |= UnsafeNativeMethods.SECURITY_SQOS_PRESENT;