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