1 instantiation of SYSTEM_INFO
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
443
var systemInfo = new
SYSTEM_INFO
();
3 references to SYSTEM_INFO
Microsoft.Build.Framework (3)
NativeMethods.cs (3)
443
var
systemInfo = new SYSTEM_INFO();
961
internal static extern void GetSystemInfo(ref
SYSTEM_INFO
lpSystemInfo);
965
internal static extern void GetNativeSystemInfo(ref
SYSTEM_INFO
lpSystemInfo);