1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
546s_compilationWithAnalyzersCache = entry;
9 references to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (9)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (9)
69/// - <see cref="s_compilationWithAnalyzersCache"/> 78/// to the <see cref="s_compilationWithAnalyzersCache"/>. 135if (s_compilationWithAnalyzersCache?.SolutionChecksum == solutionChecksum && 136s_compilationWithAnalyzersCache.Project.Id == project.Id && 137s_compilationWithAnalyzersCache.Project != project) 139project = s_compilationWithAnalyzersCache.Project; 535if (s_compilationWithAnalyzersCache?.SolutionChecksum == _solutionChecksum && 536s_compilationWithAnalyzersCache.Project == _project) 538return s_compilationWithAnalyzersCache;