2 writes to _workspace
IdeCoreBenchmarks (2)
ClassificationBenchmarks.cs (2)
80
_workspace
= MSBuildWorkspace.Create(new Dictionary<string, string>
120
_workspace
= null;
3 references to _workspace
IdeCoreBenchmarks (3)
ClassificationBenchmarks.cs (3)
86
if (
_workspace
== null)
92
_solution = await
_workspace
.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None);
119
_workspace
?.Dispose();