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