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