1 write to ListDevices
dotnet (1)
Commands\Run\RunCommand.cs (1)
134ListDevices = listDevices;
5 references to ListDevices
dotnet (5)
Commands\Run\RunCommand.cs (5)
164return ListDevices ? 0 : 1; 272if (!ListDevices && hasFramework && hasDevice) 294if (!ListDevices && hasDevice) 302ListDevices, 330return !ListDevices;