2 references to _projectIdToLastComputedChecksum
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (2)
50
if (
_projectIdToLastComputedChecksum
.TryGetValue(project.Id, out var lastChecksum) && lastChecksum == projectChecksum)
56
_projectIdToLastComputedChecksum
[project.Id] = projectChecksum;