4 references to GetTextVersionAsync
dotnet-format (2)
Formatters\DocumentFormatter.cs (2)
217
var aVersion = await a.
GetTextVersionAsync
(cancellationToken).ConfigureAwait(false);
218
var bVersion = await b.
GetTextVersionAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\CommittedSolution.cs (1)
234
var sourceTextVersion = (committedDocument == null) ? await document.
GetTextVersionAsync
(cancellationToken).ConfigureAwait(false) : default;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Document.cs (1)
131
var textVersion = await this.
GetTextVersionAsync
(cancellationToken).ConfigureAwait(false);