2 writes to _workspace
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
66_workspace = MSBuildWorkspace.Create(new Dictionary<string, string> 120_workspace = null;
5 references to _workspace
IdeCoreBenchmarks (5)
FindReferencesBenchmarks.cs (5)
72if (_workspace == null) 78_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 83var storageService = _workspace.Services.SolutionServices.GetPersistentStorageService(); 87var storage = await storageService.GetStorageAsync(SolutionKey.ToSolutionKey(_workspace.CurrentSolution), CancellationToken.None); 119_workspace?.Dispose();