1 write to MsbuildAdditionalSdkResolverFolder
Microsoft.NET.TestFramework (1)
TestCommandLine.cs (1)
85ret.MsbuildAdditionalSdkResolverFolder = argStack.Pop();
2 references to MsbuildAdditionalSdkResolverFolder
Microsoft.NET.TestFramework (2)
ToolsetInfo.cs (2)
338else if (!string.IsNullOrWhiteSpace(commandLine.MsbuildAdditionalSdkResolverFolder)) 340ret.SdkResolverPath = Path.Combine(commandLine.MsbuildAdditionalSdkResolverFolder, configuration, "net472", "SdkResolvers");