1 implementation of FindByPackageId
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
262
public IReadOnlyList<FilePath>
FindByPackageId
(PackageId packageId)
1 reference to FindByPackageId
dotnet (1)
Commands\Tool\Common\ToolManifestFinderExtensions.cs (1)
28
manifestFilesContainPackageId = toolManifestFinder.
FindByPackageId
(packageId);