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