1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
294s_compilationWithAnalyzersCache = entry;
8 references to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (8)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (8)
45/// to the <see cref="s_compilationWithAnalyzersCache"/>. 104if (s_compilationWithAnalyzersCache?.SolutionChecksum == solutionChecksum && 105s_compilationWithAnalyzersCache.Project.Id == project.Id && 106s_compilationWithAnalyzersCache.Project != project) 108project = s_compilationWithAnalyzersCache.Project; 283if (s_compilationWithAnalyzersCache?.SolutionChecksum == _solutionChecksum && 284s_compilationWithAnalyzersCache.Project == _project) 286return s_compilationWithAnalyzersCache;