2 references to ComputeChecksumsAsync
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
91
_lazyChecksums = AsyncLazy.Create(static (self, cancellationToken) => self.
ComputeChecksumsAsync
(cancellationToken), arg: this);
132
_lazyChecksums = AsyncLazy.Create(static (self, cancellationToken) => self.
ComputeChecksumsAsync
(cancellationToken), arg: this);