2 references to TryGetActiveDocument
Microsoft.VisualStudio.LanguageServices (2)
Workspace\VisualStudioActiveDocumentTracker.cs (1)
79
/// Raised when the set of window frames being tracked changes, which means the results from <see cref="
TryGetActiveDocument
"/> or <see cref="GetVisibleDocuments"/> may change.
Workspace\VisualStudioDocumentTrackingServiceFactory.cs (1)
67
=> _activeDocumentTracker.
TryGetActiveDocument
(_workspace);