4 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);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolListCommandDefinition.cs (1)
33
LocationOptions
.AddTo(Options);