2 references to GetTextDocumentAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
709var document = await solution.GetTextDocumentAsync(documentId, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
97=> (await solution.GetTextDocumentAsync(documentId, cancellationToken).ConfigureAwait(false)) ?? throw CreateDocumentNotFoundException(documentId);