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