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