1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
351
s_compilationWithAnalyzersCache
= entry;
9 references to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (9)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (9)
44
/// - <see cref="
s_compilationWithAnalyzersCache
"/>
51
/// to the <see cref="
s_compilationWithAnalyzersCache
"/>.
106
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == solutionChecksum &&
107
s_compilationWithAnalyzersCache
.Project.Id == project.Id &&
108
s_compilationWithAnalyzersCache
.Project != project)
110
project =
s_compilationWithAnalyzersCache
.Project;
340
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == _solutionChecksum &&
341
s_compilationWithAnalyzersCache
.Project == _project)
343
return
s_compilationWithAnalyzersCache
;