2 writes to _solutionPath
IdeCoreBenchmarks (2)
NavigateToBenchmarks.cs (2)
50_solutionPath = Path.Combine(roslynRoot, @"Roslyn.sln"); 60_solutionPath = Path.Combine(roslynRoot, @"Roslyn.sln");
4 references to _solutionPath
IdeCoreBenchmarks (4)
NavigateToBenchmarks.cs (4)
51var restoreOperation = Process.Start("dotnet", $"restore /p:UseSharedCompilation=false /p:BuildInParallel=false /m:1 /p:Deterministic=true /p:Optimize=true {_solutionPath}"); 54throw new ArgumentException($"Unable to restore {_solutionPath}"); 62if (!File.Exists(_solutionPath)) 84var solution = _workspace.OpenSolutionAsync(_solutionPath, progress: null, CancellationToken.None).Result;