1 write to ListDevices
dotnet (1)
Commands\Run\RunCommand.cs (1)
135ListDevices = listDevices;
5 references to ListDevices
dotnet (5)
Commands\Run\RunCommand.cs (5)
165return ListDevices ? 0 : 1; 273if (!ListDevices && hasFramework && hasDevice) 295if (!ListDevices && hasDevice) 303ListDevices, 331return !ListDevices;