2 instantiations of SECURITY_ATTRIBUTES
Microsoft.Build (2)
BackEnd\Components\Communications\NodeLauncher.cs (2)
145BackendNativeMethods.SECURITY_ATTRIBUTES processSecurityAttributes = new(); 146BackendNativeMethods.SECURITY_ATTRIBUTES threadSecurityAttributes = new();
6 references to SECURITY_ATTRIBUTES
Microsoft.Build (6)
BackEnd\Components\Communications\NodeLauncher.cs (4)
145BackendNativeMethods.SECURITY_ATTRIBUTES processSecurityAttributes = new(); 146BackendNativeMethods.SECURITY_ATTRIBUTES threadSecurityAttributes = new(); 147processSecurityAttributes.nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>(); 148threadSecurityAttributes.nLength = Marshal.SizeOf<BackendNativeMethods.SECURITY_ATTRIBUTES>();
BackEnd\Node\NativeMethods.cs (2)
55ref SECURITY_ATTRIBUTES lpProcessAttributes, 56ref SECURITY_ATTRIBUTES lpThreadAttributes,