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