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