8 references to Version
dotnet-aot (8)
parent\dotnet\CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
80
toolManifestPackage.
Version
,
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (2)
70
p => p.toolManifestPackage.
Version
.ToNormalizedString());
87
Version = p.toolManifestPackage.
Version
.ToNormalizedString(),
parent\dotnet\ToolManifest\ToolManifestEditor.cs (2)
48
&& existingPackage.
Version
== nuGetVersion
59
existingPackage.
Version
.ToNormalizedString(),
parent\dotnet\ToolManifest\ToolManifestPackage.cs (3)
40
EqualityComparer<NuGetVersion>.Default.Equals(
Version
, other.
Version
) &&
63
=> HashCode.Combine(PackageId,
Version
, CommandNames, RollForward);