1 write to Device
dotnet (1)
Commands\Run\RunCommand.cs (1)
133
Device
= device;
3 references to Device
dotnet (3)
Commands\Run\RunCommand.cs (3)
258
if (!string.IsNullOrWhiteSpace(
Device
))
260
globalProperties["Device"] =
Device
;
261
var properties = new Dictionary<string, string> { { "Device",
Device
} };