4 instantiations of SECURITY_ATTRIBUTES
System.Core (4)
System\IO\LogStream.cs (1)
459secAttrs = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (1)
783secAttrs = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
System\IO\Pipes\PipeStream.cs (2)
1186secAttrs = new UnsafeNativeMethods.SECURITY_ATTRIBUTES(); 1209secAttrs = new UnsafeNativeMethods.SECURITY_ATTRIBUTES();
26 references to SECURITY_ATTRIBUTES
System.Core (26)
Microsoft\Win32\UnsafeNativeMethods.cs (6)
181SECURITY_ATTRIBUTES securityAttrs, System.IO.FileMode dwCreationDisposition, 189SECURITY_ATTRIBUTES securityAttrs, System.IO.FileMode dwCreationDisposition, 320out SafePipeHandle hWritePipe, SECURITY_ATTRIBUTES lpPipeAttributes, int nSize); 327UnsafeNativeMethods.SECURITY_ATTRIBUTES securityAttrs, System.IO.FileMode dwCreationDisposition, 433SECURITY_ATTRIBUTES securityAttributes); 1434SECURITY_ATTRIBUTES lpAttributes,
System\IO\LogStream.cs (5)
59UnsafeNativeMethods.SECURITY_ATTRIBUTES _secAttrsSav; 87UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = GetSecAttrs(FileShare.Read); 117internal void _Init(String path, int fAccess, FileShare share, UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs, FileIOPermissionAccess secAccess, 455private static UnsafeNativeMethods.SECURITY_ATTRIBUTES GetSecAttrs(FileShare share) 457UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = null;
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (4)
387UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = GetSecAttrs(inheritability, memoryMappedFileSecurity, out pinningHandle); 464UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = GetSecAttrs(inheritability, memoryMappedFileSecurity, out pinningHandle); 776private unsafe static UnsafeNativeMethods.SECURITY_ATTRIBUTES GetSecAttrs(HandleInheritability inheritability, 780UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = null;
System\IO\Pipes\Pipe.cs (7)
74UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = PipeStream.GetSecAttrs(inheritability); 92UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = PipeStream.GetSecAttrs(inheritability, pipeSecurity, out pinningHandle); 195private void Create(PipeDirection direction, UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs, int bufferSize) { 515UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = PipeStream.GetSecAttrs(inheritability, pipeSecurity, out pinningHandle); 560PipeAccessRights rights, UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs) { 1170UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = PipeStream.GetSecAttrs(m_inheritability); 1276UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = PipeStream.GetSecAttrs(m_inheritability);
System\IO\Pipes\PipeStream.cs (4)
1182internal unsafe static UnsafeNativeMethods.SECURITY_ATTRIBUTES GetSecAttrs(HandleInheritability inheritability, PipeSecurity pipeSecurity, out Object pinningHandle) { 1184UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = null; 1206internal static UnsafeNativeMethods.SECURITY_ATTRIBUTES GetSecAttrs(HandleInheritability inheritability) { 1207UnsafeNativeMethods.SECURITY_ATTRIBUTES secAttrs = null;