1 write to _testRunDirectory
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestLoggerManager.cs (1)
137_testRunDirectory = GetResultsDirectory(runSettings);
2 references to _testRunDirectory
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\TestLoggerManager.cs (2)
649((ITestLogger)logger).Initialize(_loggerEvents, _testRunDirectory!); 690loggerParams[DefaultLoggerParameterNames.TestRunDirectory] = _testRunDirectory;