3 references to GetDiagnosticChecksumAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticsPullCache.cs (1)
27/// <see cref="CodeAnalysis.Diagnostics.Extensions.GetDiagnosticChecksumAsync"/>. The former is faster and works
Microsoft.CodeAnalysis.Workspaces (2)
Diagnostics\Extensions.cs (1)
500tempChecksumArray.Add(await GetDiagnosticChecksumAsync(
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
47var checksum = await project.GetDiagnosticChecksumAsync(cancellationToken).ConfigureAwait(false);