1 reference to GetRequiredTextDocumentAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\RemoteEditAndContinueService.cs (1)
203
var document = await solution.
GetRequiredTextDocumentAsync
(documentId, cancellationToken).ConfigureAwait(false);