2 writes to _workspace
IdeCoreBenchmarks (2)
ClassificationBenchmarks.cs (2)
67_workspace = MSBuildWorkspace.Create(new Dictionary<string, string> 107_workspace = null;
3 references to _workspace
IdeCoreBenchmarks (3)
ClassificationBenchmarks.cs (3)
73if (_workspace == null) 79_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 106_workspace?.Dispose();