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