17 references to PackageId
dotnet-aot (17)
parent\dotnet\CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
79toolManifestPackage.PackageId,
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (3)
40packages = packages.Where(t => t.package.PackageId.Equals(packageId)); 67p => p.toolManifestPackage.PackageId.ToString()); 86PackageId = p.toolManifestPackage.PackageId.ToString(),
parent\dotnet\ToolManifest\ToolManifestEditor.cs (6)
41var existing = toolManifestPackages.Where(t => t.PackageId.Equals(packageId)).ToArray(); 47if (existingPackage.PackageId.Equals(packageId) 60existingPackage.PackageId.ToString(), 91var existing = toolManifestPackages.Where(t => t.PackageId.Equals(packageId)).ToArray(); 96if (existingPackage.PackageId.Equals(packageId)) 414if (!toolManifestPackages.Any(t => t.PackageId.Equals(packageId)))
parent\dotnet\ToolManifest\ToolManifestFinder.cs (4)
85addedToolManifestPackages.toolManifestPackage.PackageId.Equals(toolManifestPackage.PackageId))) 146if (package.PackageId.Equals(packageId)) 283if (content.Any(t => t.PackageId.Equals(packageId)))
parent\dotnet\ToolManifest\ToolManifestPackage.cs (3)
39return PackageId.Equals(other.PackageId) && 63=> HashCode.Combine(PackageId, Version, CommandNames, RollForward);