1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
294
s_compilationWithAnalyzersCache
= entry;
8 references to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (8)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (8)
45
/// to the <see cref="
s_compilationWithAnalyzersCache
"/>.
104
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == solutionChecksum &&
105
s_compilationWithAnalyzersCache
.Project.Id == project.Id &&
106
s_compilationWithAnalyzersCache
.Project != project)
108
project =
s_compilationWithAnalyzersCache
.Project;
283
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == _solutionChecksum &&
284
s_compilationWithAnalyzersCache
.Project == _project)
286
return
s_compilationWithAnalyzersCache
;