1 write to _solutionPath
IdeCoreBenchmarks (1)
ClassificationBenchmarks.cs (1)
47
_solutionPath
= Path.Combine(roslynRoot, @"Roslyn.sln");
2 references to _solutionPath
IdeCoreBenchmarks (2)
ClassificationBenchmarks.cs (2)
48
var restoreOperation = Process.Start("dotnet", $"restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true {
_solutionPath
}");
51
throw new ArgumentException($"Unable to restore {
_solutionPath
}");