3 references to ComputeLatestDocumentTopLevelChangeVersionAsync
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\ProjectState.cs (3)
123
_lazyLatestDocumentTopLevelChangeVersion = new AsyncLazy<VersionStamp>(c =>
ComputeLatestDocumentTopLevelChangeVersionAsync
(DocumentStates, AdditionalDocumentStates, c), cacheResult: true);
202
return new AsyncLazy<VersionStamp>(c =>
ComputeLatestDocumentTopLevelChangeVersionAsync
(newDocumentStates, newAdditionalDocumentStates, c), cacheResult: true);
962
? new AsyncLazy<VersionStamp>(c =>
ComputeLatestDocumentTopLevelChangeVersionAsync
(newDocumentStates, newAdditionalDocumentStates, c), cacheResult: true)