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