1 write to _explicitManifestFile
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
51_explicitManifestFile = parseResult.GetValue(ToolInstallCommandParser.ToolManifestOption);
3 references to _explicitManifestFile
dotnet (3)
Commands\Tool\Install\ToolInstallLocalCommand.cs (3)
95_toolManifestFinder.ExplicitManifestOrFindManifestContainPackageId(_explicitManifestFile, packageId); 197return string.IsNullOrWhiteSpace(_explicitManifestFile) 199: new FilePath(_explicitManifestFile);