2 writes to TargetDevice
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
94TargetDevice = null; 935runConfiguration.TargetDevice = reader.ReadElementContentAsString();
4 references to TargetDevice
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
564if (!StringUtils.IsNullOrEmpty(TargetDevice)) 567targetDevice.InnerXml = TargetDevice;
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1410var targetDevice = runConfiguration.TargetDevice;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1410var targetDevice = runConfiguration.TargetDevice;