13 references to Version
mscorlib (2)
microsoft\win32\win32native.cs (1)
1492
private static readonly Version ThreadErrorModeMinOsVersion = new
Version
(6, 1, 7600);
system\version.cs (1)
415
result.m_parsedVersion = new
Version
(major, minor, build);
System (1)
net\System\Net\Internal.cs (1)
714
IsWin7Sp1orLater = (operatingSystem.Version >= new
Version
(6, 1, 7601));
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SerializationUtilities.cs (1)
277
version = new
Version
(id.Version.Major, id.Version.Minor, id.Version.Build);
System.Data (1)
fx\src\data\System\Data\SQLTypes\UnsafeNativeMethods.cs (1)
121
private static readonly Version ThreadErrorModeMinOsVersion = new
Version
(6, 1, 7600);
System.Data.Services (1)
System\Data\Services\Serializers\JsonSerializer.cs (1)
33
private static readonly Version JsonResponseVersion1 = new
Version
(1, 0, 0);
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqQueue.cs (1)
180
version = new
Version
(
System.Web (5)
Util\VersionUtil.cs (5)
23
public static readonly Version Framework451 = new
Version
(4, 5, 1);
24
public static readonly Version Framework452 = new
Version
(4, 5, 2);
26
public static readonly Version Framework461 = new
Version
(4, 6, 1);
27
public static readonly Version Framework463 = new
Version
(4, 6, 3);
28
public static readonly Version Framework472 = new
Version
(4, 7, 2);
System.Web.ApplicationServices (1)
Hosting\CustomLoaderHelper.cs (1)
20
private static readonly string _customLoaderTargetFrameworkName = new FrameworkName(".NETFramework", new
Version
(4, 5, 1)).ToString();