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