3 writes to _workspace
IdeBenchmarks (3)
SQLitePersistentStorageBenchmark.cs (3)
41
_workspace
= null!;
55
_workspace
= TestWorkspace.Create(
90
_workspace
= null!;
7 references to _workspace
IdeBenchmarks (7)
SQLitePersistentStorageBenchmark.cs (7)
50
if (
_workspace
!= null)
64
var connectionPoolService =
_workspace
.ExportProvider.GetExportedValue<SQLiteConnectionPoolService>();
65
var asyncListener =
_workspace
.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage);
69
var solution =
_workspace
.CurrentSolution;
73
_document =
_workspace
.CurrentSolution.Projects.Single().Documents.Single();
80
if (
_workspace
== null)
89
_workspace
.Dispose();