1 reference to ComputeChecksumsAsync
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\TextDocumentState.cs (1)
45
_lazyChecksums = AsyncLazy.Create(static (self, cancellationToken) => self.
ComputeChecksumsAsync
(cancellationToken), arg: this);