2 references to ComputeLatestDocumentVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
122
_lazyLatestDocumentVersion = new AsyncLazy<VersionStamp>(c =>
ComputeLatestDocumentVersionAsync
(DocumentStates, AdditionalDocumentStates, c), cacheResult: true);
956
? new AsyncLazy<VersionStamp>(c =>
ComputeLatestDocumentVersionAsync
(newDocumentStates, newAdditionalDocumentStates, c), cacheResult: true)