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)
81TPDebug.Assert(_runDeploymentRoot != null, "runDeploymentRoot is null"); 82return Path.Combine(_runDeploymentRoot, DeploymentInDirectorySuffix); 95return _runDeploymentRoot; 136!string.IsNullOrEmpty(_runDeploymentRoot), 145TrxFileHelper.MakePathRelative(_runDeploymentRoot, Path.GetDirectoryName(_runDeploymentRoot)!), 152helper.SaveSimpleField(element, "Deployment/@runDeploymentRoot", _runDeploymentRoot, string.Empty);