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