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)
50if (_workspace != null) 64var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage); 68var solution = _workspace.CurrentSolution; 72_document = _workspace.CurrentSolution.Projects.Single().Documents.Single(); 79if (_workspace == null) 87_workspace.Dispose();