3 writes to _workspace
IdeBenchmarks (3)
SQLitePersistentStorageBenchmark.cs (3)
41
_workspace
= null!;
55
_workspace
= TestWorkspace.Create(
88
_workspace
= null!;
6 references to _workspace
IdeBenchmarks (6)
SQLitePersistentStorageBenchmark.cs (6)
50
if (
_workspace
!= null)
64
var asyncListener =
_workspace
.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage);
68
var solution =
_workspace
.CurrentSolution;
72
_document =
_workspace
.CurrentSolution.Projects.Single().Documents.Single();
79
if (
_workspace
== null)
87
_workspace
.Dispose();