2 references to GetTextAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
155var text = await item.Document.GetTextAsync(document.Project.Solution, cancellationToken).ConfigureAwait(false);
Peek\PeekableItemSource.cs (1)
135var text = await document.GetTextAsync(project.Solution, cancellationToken).ConfigureAwait(false);