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