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