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)
49if (_workspace != null) 63var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage); 67var solution = _workspace.CurrentSolution; 71_document = _workspace.CurrentSolution.Projects.Single().Documents.Single(); 78if (_workspace == null) 86_workspace.Dispose();