1 write to _solutionPath
IdeCoreBenchmarks (1)
CSharpIdeAnalyzerBenchmarks.cs (1)
38_solutionPath = Path.Combine(roslynRoot, @"src\Tools\IdeCoreBenchmarks\Assets\Microsoft.CodeAnalysis.sln");
3 references to _solutionPath
IdeCoreBenchmarks (3)
CSharpIdeAnalyzerBenchmarks.cs (3)
40if (!File.Exists(_solutionPath)) 53solutionPath: _solutionPath, 67_ = _workspace.OpenSolutionAsync(_solutionPath, progress: null, CancellationToken.None).Result;