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();