2 instantiations of STARTUP_INFO
Microsoft.Build.Utilities.UnitTests (2)
TrackedDependencies\FileTrackerTests.cs (2)
1407BackEndNativeMethods.STARTUP_INFO startInfo = new BackEndNativeMethods.STARTUP_INFO(); 2393BackEndNativeMethods.STARTUP_INFO startInfo = new BackEndNativeMethods.STARTUP_INFO();
5 references to STARTUP_INFO
Microsoft.Build.Utilities.UnitTests (5)
NativeMethods.cs (1)
65[In] ref STARTUP_INFO lpStartupInfo,
TrackedDependencies\FileTrackerTests.cs (4)
1407BackEndNativeMethods.STARTUP_INFO startInfo = new BackEndNativeMethods.STARTUP_INFO(); 1408startInfo.cb = Marshal.SizeOf<BackEndNativeMethods.STARTUP_INFO>(); 2393BackEndNativeMethods.STARTUP_INFO startInfo = new BackEndNativeMethods.STARTUP_INFO(); 2394startInfo.cb = Marshal.SizeOf<BackEndNativeMethods.STARTUP_INFO>();