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