3 references to GetTextAndVersionAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextDocumentState.cs (3)
105
var textAndVersion = await
GetTextAndVersionAsync
(cancellationToken).ConfigureAwait(false);
129
var textAndVersion = await
GetTextAndVersionAsync
(cancellationToken).ConfigureAwait(false);
198
var textAndVersion = await
GetTextAndVersionAsync
(cancellationToken).ConfigureAwait(false);