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)
41
var resolvedReporter =
_machineReadableOption
? NullReporter.Instance : Reporter;
66
if (
_machineReadableOption
)