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)
86if (_workspace == null) 92_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 119_workspace?.Dispose();