2 writes to _runDeploymentRoot
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
ObjectModel\TestRunConfiguration.cs (2)
43
_runDeploymentRoot
= string.Empty;
101
_runDeploymentRoot
= value;
7 references to _runDeploymentRoot
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (7)
ObjectModel\TestRunConfiguration.cs (7)
81
TPDebug.Assert(
_runDeploymentRoot
!= null, "runDeploymentRoot is null");
82
return Path.Combine(
_runDeploymentRoot
, DeploymentInDirectorySuffix);
95
return
_runDeploymentRoot
;
136
!string.IsNullOrEmpty(
_runDeploymentRoot
),
145
TrxFileHelper.MakePathRelative(
_runDeploymentRoot
, Path.GetDirectoryName(
_runDeploymentRoot
)!),
152
helper.SaveSimpleField(element, "Deployment/@runDeploymentRoot",
_runDeploymentRoot
, string.Empty);