39 references to WorkspaceChanged
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Workspaces\WorkspaceTests_EditorFeatures.cs (2)
66workspace.WorkspaceChanged += (s, e) => workspaceChanged = true; 1412workspace.WorkspaceChanged += (s, e) =>
Microsoft.CodeAnalysis.EditorFeatures (14)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
227_workspace.WorkspaceChanged += this.OnWorkspaceChanged; 246_workspace.WorkspaceChanged -= this.OnWorkspaceChanged;
EditAndContinue\PdbMatchingSourceTextProvider.cs (2)
40workspace.WorkspaceChanged += WorkspaceChanged; 45workspace.WorkspaceChanged -= WorkspaceChanged;
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
34_workspace.WorkspaceChanged += UpdateProviders;
InlineRename\InlineRenameSession.cs (1)
164Workspace.WorkspaceChanged += OnWorkspaceChanged;
Remote\SolutionChecksumUpdater.cs (2)
84_workspace.WorkspaceChanged += OnWorkspaceChanged; 103_workspace.WorkspaceChanged -= OnWorkspaceChanged;
Shared\Tagging\EventSources\TaggerEventSources.ParseOptionChangedEventSource.cs (2)
17=> workspace.WorkspaceChanged += OnWorkspaceChanged; 20=> workspace.WorkspaceChanged -= OnWorkspaceChanged;
Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs (2)
38workspace.WorkspaceChanged += OnWorkspaceChanged; 44workspace.WorkspaceChanged -= OnWorkspaceChanged;
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (2)
56workspace.WorkspaceChanged += OnWorkspaceChanged; 59workspace.WorkspaceChanged -= OnWorkspaceChanged;
Microsoft.CodeAnalysis.Features (2)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
61_workspace.WorkspaceChanged += OnWorkspaceChanged;
Workspace\CompileTimeSolutionProvider.cs (1)
68workspace.WorkspaceChanged += (s, e) =>
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Workspaces\LspWorkspaceRegistrationService.cs (3)
44workspace.WorkspaceChanged += OnLspWorkspaceChanged; 52workspace.WorkspaceChanged -= OnLspWorkspaceChanged; 70workspace.WorkspaceChanged -= OnLspWorkspaceChanged;
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (2)
154/// Sets the <see cref="CurrentSolution"/> of this workspace. This method does not raise a <see cref="WorkspaceChanged"/> event. 165/// cref="WorkspaceChanged"/> event. This method should be used <em>sparingly</em>. As much as possible,
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
WorkspaceExtensions.cs (1)
60workspace.WorkspaceChanged += wew.Wrap<WorkspaceChangeEventArgs>((sender, args) => action(args));
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
WorkspaceTests\AdhocWorkspaceTests.cs (4)
423ws.WorkspaceChanged += (s, args) => 456ws.WorkspaceChanged += (s, args) => 490ws.WorkspaceChanged += (s, args) => 521ws.WorkspaceChanged += (s, args) =>
Microsoft.VisualStudio.LanguageServices (11)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (2)
91_workspace.WorkspaceChanged -= OnWorkspaceChanged; 99_workspace.WorkspaceChanged += OnWorkspaceChanged;
Implementation\VirtualMemoryNotificationListener.cs (1)
58_workspace.WorkspaceChanged += OnWorkspaceChanged;
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (2)
56Workspace.WorkspaceChanged += OnWorkspaceChanged; 76=> this.Workspace.WorkspaceChanged -= OnWorkspaceChanged;
Packaging\PackageInstallerServiceFactory.cs (1)
234Workspace.WorkspaceChanged += OnWorkspaceChanged;
Progression\GraphQueryManager.cs (1)
52_workspace.WorkspaceChanged += (_, _) => _updateQueue.AddWork();
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
57workspace.WorkspaceChanged += Workspace_WorkspaceChanged;
ValueTracking\ValueTrackingToolWindow.cs (1)
69_workspace.WorkspaceChanged += OnWorkspaceChanged;
Workspace\SourceGeneratedFileManager.cs (2)
286this.Workspace.WorkspaceChanged += OnWorkspaceChanged; 313this.Workspace.WorkspaceChanged -= OnWorkspaceChanged;