1 write to RunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
578LoggerTestRun.RunConfiguration = testrunConfig;
8 references to RunConfiguration
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (8)
ObjectModel\TestRun.cs (3)
176if (RunConfiguration == null) 182if (string.IsNullOrEmpty(RunConfiguration.RunDeploymentRootDirectory)) 188return RunConfiguration.RunDeploymentInDirectory;
TrxLogger.cs (3)
346helper.SaveObject(LoggerTestRun.RunConfiguration, rootElement, "TestSettings", parameters); 537TPDebug.Assert(LoggerTestRun.RunConfiguration != null, "LoggerTestRun.RunConfiguration is null"); 540var baseName = LoggerTestRun.RunConfiguration.RunDeploymentRootDirectory;
Utility\Converter.cs (2)
440string runDirectoryName = Path.Combine(trxFileDirectory, testRun.RunConfiguration!.RunDeploymentRootDirectory); 497string runDirectoryName = Path.Combine(trxFileDirectory, testRun.RunConfiguration!.RunDeploymentRootDirectory);