3 references to SECURITY_SQOS_PRESENT
System.Core (3)
System\IO\LogStream.cs (1)
92
int 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
;