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