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