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