2 references to ComputeLatestDocumentVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
119
_lazyLatestDocumentVersion = AsyncLazy.Create(static async (self, c) => await
ComputeLatestDocumentVersionAsync
(self.DocumentStates, self.AdditionalDocumentStates, c).ConfigureAwait(false), arg: this);
1094
await
ComputeLatestDocumentVersionAsync
(arg.newDocumentStates, arg.newAdditionalDocumentStates, cancellationToken).ConfigureAwait(false),