3 references to _diagnosticsCache
Microsoft.CodeAnalysis.ExternalAccess.Copilot (3)
Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (3)
104
if (
_diagnosticsCache
.TryGetValue(document, out var existingDiagnosticsMap)
119
lock (
_diagnosticsCache
)
126
var diagnosticsMap =
_diagnosticsCache
.GetOrCreateValue(document);