2 references to GetDependentChecksumAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\AbstractPullDiagnosticHandler.cs (2)
61
/// Checksum is produced by <see cref="Project.
GetDependentChecksumAsync
(CancellationToken)"/>. The former is faster
175
computeExpensiveVersionAsync: async () => (encVersion, await project.
GetDependentChecksumAsync
(cancellationToken).ConfigureAwait(false)),