2 writes to _workspace
IdeCoreBenchmarks (2)
FindReferencesBenchmarks.cs (2)
77_workspace = MSBuildWorkspace.Create(new Dictionary<string, string> 133_workspace = null;
5 references to _workspace
IdeCoreBenchmarks (5)
FindReferencesBenchmarks.cs (5)
83if (_workspace == null) 89_solution = await _workspace.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None); 94var storageService = _workspace.Services.SolutionServices.GetPersistentStorageService(); 98using (var storage = await storageService.GetStorageAsync(SolutionKey.ToSolutionKey(_workspace.CurrentSolution), CancellationToken.None)) 132_workspace?.Dispose();