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