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)
84foreach (var (manifestPackage, _) in ((IToolManifestInspector)_toolManifestFinder).Inspect()) 109_toolManifestFinder.ExplicitManifestOrFindManifestContainPackageId(_explicitManifestFile, packageId); 117var existingPackageWithPackageId = _toolManifestFinder.Find(manifestFile).Where(p => p.PackageId.Equals(packageId)); 212? _toolManifestFinder.FindFirst(_createManifestIfNeeded)