1 implementation of GetTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratedDocumentContentProvider.cs (1)
25public async Task<string> GetTextAsync(TextDocument document, CancellationToken cancellationToken)
1 reference to GetTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\TextDocumentContent\TextDocumentContentHandler.cs (1)
36var contentText = await provider.GetTextAsync(context.TextDocument, cancellationToken).ConfigureAwait(false);