8 references to SubsystemVersion
Microsoft.CodeAnalysis (8)
Compilation\SubsystemVersion.cs (8)
48
public static SubsystemVersion Windows2000 => new
SubsystemVersion
(5, 0);
53
public static SubsystemVersion WindowsXP => new
SubsystemVersion
(5, 1);
58
public static SubsystemVersion WindowsVista => new
SubsystemVersion
(6, 0);
63
public static SubsystemVersion Windows7 => new
SubsystemVersion
(6, 1);
68
public static SubsystemVersion Windows8 => new
SubsystemVersion
(6, 2);
131
version = new
SubsystemVersion
(majorValue, minorValue);
145
return new
SubsystemVersion
(major, minor);
165
return new
SubsystemVersion
(4, 0);