1 reference to ComputeLatestDocumentVersionAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\ProjectState.cs (1)
119
_lazyLatestDocumentVersion = AsyncLazy.Create(static (self, c) =>
ComputeLatestDocumentVersionAsync
(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);