1 reference to GetTextDocumentAsync
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
70
=> (await solution.
GetTextDocumentAsync
(documentId, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException();