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