Workspace\Solution\ProjectState.cs (9)
108_lazyLatestDocumentVersion = AsyncLazy.Create(static async (self, c) => await ComputeLatestDocumentVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c).ConfigureAwait(false), arg: this);
109_lazyLatestDocumentTopLevelChangeVersion = AsyncLazy.Create(static (self, c) => ComputeLatestDocumentTopLevelChangeVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
151AsyncLazy.Create(static (self, cancellationToken) => self.ComputeChecksumsAsync(cancellationToken), arg: this),
168AsyncLazy.Create(static (self, cancellationToken) => self.ComputeContentHashToDocumentIdAsync(cancellationToken), arg: this),
246return AsyncLazy.Create(static (arg, cancellationToken) =>
252return AsyncLazy.Create(static (arg, cancellationToken) =>
1085dependentDocumentVersion = AsyncLazy.Create(static async (arg, cancellationToken) =>
1091dependentDocumentVersion = AsyncLazy.Create(
1109dependentSemanticVersion = AsyncLazy.Create(static (arg, cancellationToken) =>