4 references to IsGlobalOrToolPath
dotnet (1)
Commands\Tool\List\ToolListCommand.cs (1)
23
CommandBase command = Definition.LocationOptions.
IsGlobalOrToolPath
(_parseResult)
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Tool\ToolCommandParser.cs (2)
31
command.ListCommand.LocationOptions.
IsGlobalOrToolPath
(parseResult)
35
command.UninstallCommand.LocationOptions.
IsGlobalOrToolPath
(parseResult)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolLocationOptions.cs (1)
58
if (
IsGlobalOrToolPath
(parseResult) &&