2 instantiations of SECURITY_ATTRIBUTES
Microsoft.Build (2)
BackEnd\Components\Communications\NodeLauncher.cs (2)
174BackendNativeMethods.SECURITY_ATTRIBUTES processSecurityAttributes = new() { nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>() }; 175BackendNativeMethods.SECURITY_ATTRIBUTES threadSecurityAttributes = new() { nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>() };
6 references to SECURITY_ATTRIBUTES
Microsoft.Build (6)
BackEnd\Components\Communications\NodeLauncher.cs (4)
174BackendNativeMethods.SECURITY_ATTRIBUTES processSecurityAttributes = new() { nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>() }; 175BackendNativeMethods.SECURITY_ATTRIBUTES threadSecurityAttributes = new() { nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>() };
BackEnd\Node\NativeMethods.cs (2)
58ref SECURITY_ATTRIBUTES lpProcessAttributes, 59ref SECURITY_ATTRIBUTES lpThreadAttributes,