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)
50if (_workspace != null) 64var connectionPoolService = _workspace.ExportProvider.GetExportedValue<SQLiteConnectionPoolService>(); 65var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage); 69var solution = _workspace.CurrentSolution; 73_document = _workspace.CurrentSolution.Projects.Single().Documents.Single(); 80if (_workspace == null) 89_workspace.Dispose();