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