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