1 write to _toolManifestFinder
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
62
_toolManifestFinder
= toolManifestFinder ?? new ToolManifestFinder(new DirectoryPath(Directory.GetCurrentDirectory()));
4 references to _toolManifestFinder
dotnet (4)
Commands\Tool\Install\ToolInstallLocalCommand.cs (4)
84
foreach (var (manifestPackage, _) in ((IToolManifestInspector)
_toolManifestFinder
).Inspect())
109
_toolManifestFinder
.ExplicitManifestOrFindManifestContainPackageId(_explicitManifestFile, packageId);
117
var existingPackageWithPackageId =
_toolManifestFinder
.Find(manifestFile).Where(p => p.PackageId.Equals(packageId));
212
?
_toolManifestFinder
.FindFirst(_createManifestIfNeeded)