1 write to SDKRepoPath
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
65
ret.
SDKRepoPath
= argStack.Pop();
4 references to SDKRepoPath
Microsoft.NET.TestFramework (4)
TestCommandLine.cs (1)
116
if (!string.IsNullOrEmpty(ret.
SDKRepoPath
) && string.IsNullOrEmpty(ret.SDKRepoConfiguration))
TestContext.cs (2)
182
if (commandLine.
SDKRepoPath
!= null)
184
repoRoot = commandLine.
SDKRepoPath
;
ToolsetInfo.cs (1)
255
repoRoot = commandLine.
SDKRepoPath
?? repoRoot;