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