1 instantiation of SYSTEM_INFO
MSBuildTaskHost (1)
NativeMethods.cs (1)
449var systemInfo = new SYSTEM_INFO();
3 references to SYSTEM_INFO
MSBuildTaskHost (3)
NativeMethods.cs (3)
449var systemInfo = new SYSTEM_INFO(); 840internal static extern void GetSystemInfo(ref SYSTEM_INFO lpSystemInfo); 844internal static extern void GetNativeSystemInfo(ref SYSTEM_INFO lpSystemInfo);