1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
540s_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"/>. 134if (s_compilationWithAnalyzersCache?.SolutionChecksum == solutionChecksum && 135s_compilationWithAnalyzersCache.Project.Id == project.Id && 136s_compilationWithAnalyzersCache.Project != project) 138project = s_compilationWithAnalyzersCache.Project; 529if (s_compilationWithAnalyzersCache?.SolutionChecksum == _solutionChecksum && 530s_compilationWithAnalyzersCache.Project == _project) 532return s_compilationWithAnalyzersCache;