2 writes to nLength
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>() };