1 write to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (1)
354
s_compilationWithAnalyzersCache
= entry;
9 references to s_compilationWithAnalyzersCache
Microsoft.CodeAnalysis.Remote.ServiceHub (9)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (9)
47
/// - <see cref="
s_compilationWithAnalyzersCache
"/>
54
/// to the <see cref="
s_compilationWithAnalyzersCache
"/>.
109
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == solutionChecksum &&
110
s_compilationWithAnalyzersCache
.Project.Id == project.Id &&
111
s_compilationWithAnalyzersCache
.Project != project)
113
project =
s_compilationWithAnalyzersCache
.Project;
343
if (
s_compilationWithAnalyzersCache
?.SolutionChecksum == _solutionChecksum &&
344
s_compilationWithAnalyzersCache
.Project == _project)
346
return
s_compilationWithAnalyzersCache
;