2 instantiations of SafeLocalMemHandle
System (2)
compmod\microsoft\win32\NativeMethods.cs (1)
161public SafeLocalMemHandle lpSecurityDescriptor = new SafeLocalMemHandle(IntPtr.Zero, false);
sys\system\threading\semaphore.cs (1)
130secAttrs.lpSecurityDescriptor = new SafeLocalMemHandle((IntPtr) pSecDescriptor, false);
11 references to SafeLocalMemHandle
System (11)
compmod\microsoft\win32\NativeMethods.cs (4)
161public SafeLocalMemHandle lpSecurityDescriptor = new SafeLocalMemHandle(IntPtr.Zero, false); 223SafeLocalMemHandle pDacl, 229SafeLocalMemHandle pDacl) 239internal static void CreateDirectory(string path, SafeLocalMemHandle acl)
compmod\microsoft\win32\safehandles\SafeLocalMemHandle.cs (1)
43internal static extern unsafe bool ConvertStringSecurityDescriptorToSecurityDescriptor(string StringSecurityDescriptor, int StringSDRevision, out SafeLocalMemHandle pSecurityDescriptor, IntPtr SecurityDescriptorSize);
compmod\system\codedom\compiler\TempFiles.cs (4)
363SafeLocalMemHandle acl = null; 364SafeLocalMemHandle.ConvertStringSecurityDescriptorToSecurityDescriptor(sddl, NativeMethods.SDDL_REVISION_1, out acl, IntPtr.Zero); 374SafeLocalMemHandle acl = null; 375SafeLocalMemHandle.ConvertStringSecurityDescriptorToSecurityDescriptor(sddl, NativeMethods.SDDL_REVISION_1, out acl, IntPtr.Zero);
services\monitoring\system\diagnosticts\SharedPerformanceCounter.cs (2)
1551SafeLocalMemHandle securityDescriptorPointer = null; 1563if (!SafeLocalMemHandle.ConvertStringSecurityDescriptorToSecurityDescriptor(sddlString, NativeMethods.SDDL_REVISION_1,