1 write to ListDevices
dotnet (1)
Commands\Run\RunCommand.cs (1)
135ListDevices = listDevices;
5 references to ListDevices
dotnet (5)
Commands\Run\RunCommand.cs (5)
160return ListDevices ? 0 : 1; 271if (!ListDevices && hasFramework && hasDevice) 293if (!ListDevices && hasDevice) 301ListDevices, 329return !ListDevices;