3 writes to _workspace
IdeBenchmarks (3)
SQLitePersistentStorageBenchmark.cs (3)
40
_workspace
= null!;
54
_workspace
= TestWorkspace.Create(
87
_workspace
= null!;
6 references to _workspace
IdeBenchmarks (6)
SQLitePersistentStorageBenchmark.cs (6)
49
if (
_workspace
!= null)
63
var asyncListener =
_workspace
.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage);
67
var solution =
_workspace
.CurrentSolution;
71
_document =
_workspace
.CurrentSolution.Projects.Single().Documents.Single();
78
if (
_workspace
== null)
86
_workspace
.Dispose();