2 references to TryNavigateTo
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\AbstractTableEntriesSnapshot.cs (1)
220return TryNavigateTo(workspace, documentId, position, options, cancellationToken);
TableDataSource\VisualStudioDiagnosticListTable.BuildTableDataSource.cs (1)
230return TryNavigateTo(item.Workspace, documentId, item.GetOriginalPosition(), options, cancellationToken);