Esempio n. 1
0
 public static bool TryNavigateToLineAndOffset(
     this IDocumentNavigationService service,
     Workspace workspace,
     DocumentId documentId,
     int lineNumber,
     int offset,
     CancellationToken cancellationToken
     ) =>
 service.TryNavigateToLineAndOffset(
     workspace,
     documentId,
     lineNumber,
     offset,
     options: null,
     cancellationToken
     );