2 writes to _workspace
IdeCoreBenchmarks (2)
ClassificationBenchmarks.cs (2)
69
_workspace
= MSBuildWorkspace.Create(new Dictionary<string, string>
109
_workspace
= null;
3 references to _workspace
IdeCoreBenchmarks (3)
ClassificationBenchmarks.cs (3)
75
if (
_workspace
== null)
81
_solution = await
_workspace
.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None);
108
_workspace
?.Dispose();