1 write to TestExecutionDirectory
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
81ret.TestExecutionDirectory = argStack.Pop();
3 references to TestExecutionDirectory
Microsoft.NET.TestFramework (3)
TestContext.cs (3)
191if (!string.IsNullOrEmpty(commandLine.TestExecutionDirectory) && commandLine.TestExecutionDirectory is not null) 193testContext.TestExecutionDirectory = commandLine.TestExecutionDirectory;