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