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);
197
return string.IsNullOrWhiteSpace(
_explicitManifestFile
)
199
: new FilePath(
_explicitManifestFile
);