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