3 references to GetTextAndVersionAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextDocumentState.cs (3)
108
static (self, cancellationToken) => self.
GetTextAndVersionAsync
(cancellationToken),
134
var textAndVersion = await
GetTextAndVersionAsync
(cancellationToken).ConfigureAwait(false);
203
var textAndVersion = await
GetTextAndVersionAsync
(cancellationToken).ConfigureAwait(false);