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