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