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)
38
if (!File.Exists(
_solutionPath
))
51
solutionPath:
_solutionPath
,
65
_ = _workspace.OpenSolutionAsync(
_solutionPath
, progress: null, CancellationToken.None).Result;