61 references to Version
ComSvcConfig (3)
ComAdminWrapper.cs (3)
601static List<Version> CLRVersions = new List<Version>(2) { new Version("2.0"), new Version("4.0") }; 649version = new Version(versionString);
mscorlib (9)
system\AppContext\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
system\resources\resourcemanager.cs (1)
898ver = new Version(v);
system\runtime\versioning\binarycompatibility.cs (1)
423Version realVersion = new Version(value);
system\security\permissions\permissionattributes.cs (1)
834return new StrongNameIdentityPermission( blob, m_name, new Version( m_version ) );
system\security\permissions\strongnameidentitypermission.cs (2)
421(elVersion == null ? null : new Version(elVersion))); 437(elVersion == null ? null : new Version(elVersion)));
system\security\policy\applicationsecurityinfo.cs (1)
204new Version(manifest.Identity.GetAttribute("", "version")),
system\security\policy\strongname.cs (1)
176m_version = new Version(version);
system\security\policy\strongnamemembershipcondition.cs (1)
308m_version = elVersion == null ? null : new Version( elVersion );
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapCodecInfo.cs (2)
188return new Version(version.ToString()); 240return new Version(specVersion.ToString());
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
242asmName.Version = new Version(assemblyVersion);
PresentationFramework (3)
parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (2)
207sd._assemblyVersion = new Version(GetNonEmptyRegistryString(key, "assemblyVersion")); 208sd._winFXVersion = new Version(GetNonEmptyRegistryString(key, "winFXVersion"));
System (3)
parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
sys\system\configuration\LocalFileSettingsProvider.cs (1)
258ver = new Version(name);
sys\system\runtime\versioning\FrameworkName.cs (1)
182m_version = new Version(value);
System.ComponentModel.DataAnnotations (1)
parent\parent\parent\parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
237private static readonly Version constTypeSystemAsmVersion10 = new Version("10.0.0.0"); 238private static readonly Version constTypeSystemAsmVersion11 = new Version("11.0.0.0");
System.Data.Services (1)
System\Data\Services\HttpProcessUtility.cs (1)
396result = new KeyValuePair<Version, string>(new Version(versionText), libraryName);
System.Data.Services.Client (1)
parent\Server\System\Data\Services\HttpProcessUtility.cs (1)
396result = new KeyValuePair<Version, string>(new Version(versionText), libraryName);
System.Drawing (1)
parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.IdentityModel (1)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.IO.Compression.FileSystem (1)
parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.Management (1)
WmiGenerator.cs (1)
4989assemblyName.Version = new Version(VSVERSION);
System.ServiceModel (1)
parent\parent\parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.Web (15)
Compilation\CompilationUtil.cs (1)
642return new Version(version.Substring(1));
Compilation\MultiTargetingUtil.cs (2)
230Version ver = new Version(targetVersion); 468Version ver = new Version(version);
Configuration\HttpCapabilitiesBase.cs (5)
419Version version = new Version(match.Groups["clrVersion"].Value); 610_ecmascriptversion = new Version(this["ecmascriptversion"]); 620_msdomversion = new Version(this["msdomversion"]); 630_w3cdomversion = new Version(this["w3cdomversion"]); 763_jscriptversion = new Version(this["jscriptversion"]);
Configuration\VersionConverter.cs (1)
16return new Version((string)value);
Handlers\AssemblyResourceLoader.cs (1)
552realName.Version = new Version(parts[1]);
Hosting\ApplicationManager.cs (1)
1348strongName = new StrongName(keyBlob, assemblyName, new Version(version));
UI\Page.cs (4)
213private static readonly Version FocusMinimumEcmaVersion = new Version("1.4"); 214private static readonly Version FocusMinimumJScriptVersion = new Version("3.0"); 215private static readonly Version JavascriptMinimumVersion = new Version("1.0"); 216private static readonly Version MSDomScrollMinimumVersion = new Version("4.0");
System.Web.Extensions (3)
Handlers\ScriptResourceHandler.cs (1)
138realName.Version = new Version(parts[1]);
UI\PageRequestManager.cs (2)
76private static readonly Version FocusMinimumEcmaVersion = new Version("1.4"); 77private static readonly Version FocusMinimumJScriptVersion = new Version("3.0");
System.Windows.Forms (1)
parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System.Workflow.Activities (1)
Common\TypeSystemHelpers.cs (1)
225thatVersion = new Version(partValue);
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\XomlCompilerParameters.cs (4)
29internal static readonly Version DefaultTargetFramework = new Version("4.0"); 31static readonly Version TargetFramework30 = new Version("3.0"); 33static readonly Version TargetFramework35 = new Version("3.5"); 35static readonly Version TargetFramework40 = new Version("4.0");
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
2267Version targetVersion = new Version("4.0");
Shared\TypeSystemHelpers.cs (1)
224thatVersion = new Version(partValue);
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
96profile.Version = new Version(version);
System.Xml (3)
parent\parent\parent\parent\InternalApis\Clr\inc\AppContextDefaultValues.cs (1)
137Version realVersion = new Version(value);
System\Xml\Xslt\XslCompiledTransform.cs (2)
267if(new Version(Version).CompareTo(new Version(generatedCodeAttr.Version)) < 0) {