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