5 references to LocationOptions
dotnet (3)
Commands\Tool\List\ToolListCommand.cs (2)
19
Definition.
LocationOptions
.EnsureNoConflictGlobalLocalToolPathOption(
23
CommandBase command = Definition.
LocationOptions
.IsGlobalOrToolPath(_parseResult)
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
28
var toolPathOption = _parseResult.GetValue(Definition.
LocationOptions
.ToolPathOption);
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Tool\ToolCommandParser.cs (1)
31
command.ListCommand.
LocationOptions
.IsGlobalOrToolPath(parseResult)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolListCommandDefinition.cs (1)
33
LocationOptions
.AddTo(Options);