1 write to _machineReadableOption
dotnet (1)
Commands\Workload\List\WorkloadListCommand.cs (1)
41_machineReadableOption = parseResult.GetValue(Definition.MachineReadableOption);
2 references to _machineReadableOption
dotnet (2)
Commands\Workload\List\WorkloadListCommand.cs (2)
43var resolvedReporter = _machineReadableOption ? NullReporter.Instance : Reporter; 68if (_machineReadableOption)