2 writes to _workspaceDocumentActiveContextChangedDisposer
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
230_workspaceDocumentActiveContextChangedDisposer = _workspace.RegisterDocumentActiveContextChangedHandler(this.OnDocumentActiveContextChanged); 252_workspaceDocumentActiveContextChangedDisposer = null;
1 reference to _workspaceDocumentActiveContextChangedDisposer
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
251_workspaceDocumentActiveContextChangedDisposer?.Dispose();