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