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