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