src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy.cs (1)
29=> Create(
Workspace\Solution\ProjectState.cs (9)
120_lazyLatestDocumentVersion = AsyncLazy.Create(static async (self, c) => await ComputeLatestDocumentVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c).ConfigureAwait(false), arg: this);
121_lazyLatestDocumentTopLevelChangeVersion = AsyncLazy.Create(static (self, c) => ComputeLatestDocumentTopLevelChangeVersionAsync(self.DocumentStates, self.AdditionalDocumentStates, c), arg: this);
163AsyncLazy.Create(static (self, cancellationToken) => self.ComputeChecksumsAsync(cancellationToken), arg: this),
179AsyncLazy.Create(static (self, cancellationToken) => self.ComputeContentHashToDocumentIdAsync(cancellationToken), arg: this),
257return AsyncLazy.Create(static (arg, cancellationToken) =>
263return AsyncLazy.Create(static (arg, cancellationToken) =>
1094dependentDocumentVersion = AsyncLazy.Create(static async (arg, cancellationToken) =>
1100dependentDocumentVersion = AsyncLazy.Create(
1118dependentSemanticVersion = AsyncLazy.Create(static (arg, cancellationToken) =>