1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
546
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
"/>.
135
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == solutionChecksum &&
136
s_compilationWithAnalyzersCache
.Project.Id == project.Id &&
137
s_compilationWithAnalyzersCache
.Project != project)
139
project =
s_compilationWithAnalyzersCache
.Project;
535
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == _solutionChecksum &&
536
s_compilationWithAnalyzersCache
.Project == _project)
538
return
s_compilationWithAnalyzersCache
;