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