11 references to Version
MSBuild (11)
AssemblyNameExtension.cs (11)
246isSimpleName = ((Version == null) && (CultureInfo == null) && (GetPublicKeyToken() == null) && (!hasProcessorArchitectureInFusionName)); 464if (this.Version != that.Version) 466if (this.Version == null) 473return this.Version.CompareTo(that.Version); 722if (!ignoreVersion && (this.Version != that.Version)) 924if ((comparisonFlags & PartialComparisonFlags.Version) != 0 && Version != null && this.Version != that.Version)