1 write to _solutionChecksum
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
101_solutionChecksum = solutionChecksum;
2 references to _solutionChecksum
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
535if (s_compilationWithAnalyzersCache?.SolutionChecksum == _solutionChecksum && 607return new CompilationWithAnalyzersCacheEntry(_solutionChecksum, _project, compilationWithAnalyzers, analyzerToIdMap);