11 references to LocationOptions
dotnet (10)
Commands\Tool\Install\ToolInstallCommand.cs (4)
26_global = parseResult.GetValue(Definition.LocationOptions.GlobalOption); 27_toolPath = parseResult.GetValue(Definition.LocationOptions.ToolPathOption); 33Definition.LocationOptions.EnsureNoConflictGlobalLocalToolPathOption( 37Definition.LocationOptions.EnsureToolManifestAndOnlyLocalFlagCombination(
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
76_global = parseResult.GetValue(Definition.LocationOptions.GlobalOption); 78_toolPath = parseResult.GetValue(Definition.LocationOptions.ToolPathOption);
Commands\Tool\Update\ToolUpdateCommand.cs (4)
46_global = result.GetValue(Definition.LocationOptions.GlobalOption); 47_toolPath = result.GetValue(Definition.LocationOptions.ToolPathOption); 116Definition.LocationOptions.EnsureNoConflictGlobalLocalToolPathOption( 120Definition.LocationOptions.EnsureToolManifestAndOnlyLocalFlagCombination(
Microsoft.DotNet.Cli.Definitions (1)
Commands\Tool\ToolUpdateInstallCommandDefinition.cs (1)
40LocationOptions.AddTo(Options);