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