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