2 references to ComputeLatestDocumentTopLevelChangeVersionAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
120
_lazyLatestDocumentTopLevelChangeVersion = AsyncLazy.Create(static (self, c) =>
ComputeLatestDocumentTopLevelChangeVersionAsync
(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
263
ComputeLatestDocumentTopLevelChangeVersionAsync
(arg.newDocumentStates, arg.newAdditionalDocumentStates, cancellationToken),