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