2 writes to _activeDocumentChangedEventHandler
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (2)
57
_activeDocumentChangedEventHandler
+= value;
65
_activeDocumentChangedEventHandler
-= value;
1 reference to _activeDocumentChangedEventHandler
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (1)
78
=>
_activeDocumentChangedEventHandler
?.Invoke(this, TryGetActiveDocument());