2 references to ToTextAndVersion
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\VersionSource\RecoverableTextAndVersion.cs (2)
122
return recoverableText.
ToTextAndVersion
(recoverableText.GetValue(cancellationToken));
129
return recoverableText.
ToTextAndVersion
(await recoverableText.GetValueAsync(cancellationToken).ConfigureAwait(false));