Workspace\Solution\ProjectState.cs (9)
119_lazyLatestDocumentVersion = AsyncLazy.Create(static (self, c) => ComputeLatestDocumentVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
120_lazyLatestDocumentTopLevelChangeVersion = AsyncLazy.Create(static (self, c) => ComputeLatestDocumentTopLevelChangeVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
162AsyncLazy.Create(static (self, cancellationToken) => self.ComputeChecksumsAsync(cancellationToken), arg: this),
178AsyncLazy.Create(static (self, cancellationToken) => self.ComputeContentHashToDocumentIdAsync(cancellationToken), arg: this),
256return AsyncLazy.Create(static (arg, cancellationToken) =>
262return AsyncLazy.Create(static (arg, cancellationToken) =>
1093dependentDocumentVersion = AsyncLazy.Create(static (arg, cancellationToken) =>
1099dependentDocumentVersion = AsyncLazy.Create(
1117dependentSemanticVersion = AsyncLazy.Create(static (arg, cancellationToken) =>