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)
160
return
ListDevices
? 0 : 1;
271
if (!
ListDevices
&& hasFramework && hasDevice)
293
if (!
ListDevices
&& hasDevice)
301
ListDevices
,
329
return !
ListDevices
;