2 writes to _workspace
IdeCoreBenchmarks (2)
CSharpIdeAnalyzerBenchmarks.cs (2)
64
_workspace
= AnalyzerRunnerHelper.CreateWorkspace();
74
_workspace
= null;
3 references to _workspace
IdeCoreBenchmarks (3)
CSharpIdeAnalyzerBenchmarks.cs (3)
65
_diagnosticAnalyzerRunner = new DiagnosticAnalyzerRunner(
_workspace
, _options);
67
_ =
_workspace
.OpenSolutionAsync(_solutionPath, progress: null, CancellationToken.None).Result;
73
_workspace
?.Dispose();