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