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)
83
if (
_workspace
== null)
89
_solution = await
_workspace
.OpenSolutionAsync(solutionPath, progress: null, CancellationToken.None);
94
var storageService =
_workspace
.Services.SolutionServices.GetPersistentStorageService();
98
using (var storage = await storageService.GetStorageAsync(SolutionKey.ToSolutionKey(
_workspace
.CurrentSolution), CancellationToken.None))
132
_workspace
?.Dispose();