1 write to _explicitManifestFile
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
58_explicitManifestFile = parseResult.GetValue(Definition.ToolManifestOption);
3 references to _explicitManifestFile
dotnet (3)
Commands\Tool\Install\ToolInstallLocalCommand.cs (3)
109_toolManifestFinder.ExplicitManifestOrFindManifestContainPackageId(_explicitManifestFile, packageId); 211return string.IsNullOrWhiteSpace(_explicitManifestFile) 213: new FilePath(_explicitManifestFile);