2 instantiations of OSVERSIONINFOEX
mscorlib (2)
system\environment.cs (1)
1131Microsoft.Win32.Win32Native.OSVERSIONINFOEX osviEx = new Microsoft.Win32.Win32Native.OSVERSIONINFOEX();
system\security\principal\win32.cs (1)
82Win32Native.OSVERSIONINFOEX osviex = new Win32Native.OSVERSIONINFOEX();
3 references to OSVERSIONINFOEX
mscorlib (3)
system\environment.cs (2)
1131Microsoft.Win32.Win32Native.OSVERSIONINFOEX osviEx = new Microsoft.Win32.Win32Native.OSVERSIONINFOEX(); 1221internal static extern bool GetVersionEx(Microsoft.Win32.Win32Native.OSVERSIONINFOEX osVer);
system\security\principal\win32.cs (1)
82Win32Native.OSVERSIONINFOEX osviex = new Win32Native.OSVERSIONINFOEX();