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