2 writes to _workspace
IdeCoreBenchmarks (2)
IncrementalSourceGeneratorBenchmarks.cs (2)
74
_workspace
= MSBuildWorkspace.Create(new Dictionary<string, string>
99
_workspace
= null;
4 references to _workspace
IdeCoreBenchmarks (4)
IncrementalSourceGeneratorBenchmarks.cs (4)
80
if (
_workspace
== null)
87
var solution =
_workspace
.OpenSolutionAsync(_solutionPath, progress: null, CancellationToken.None).Result;
98
_workspace
.Dispose();
145
var project =
_workspace
.CurrentSolution.Projects.Single(p => p.Name == "Microsoft.CodeAnalysis.Workspaces(netstandard2.0)");