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