8 references to SharedGlobalCache
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
QuickInfo\DiagnosticAnalyzerQuickInfoSourceTests.cs (2)
177var sharedGlobalCache = workspace.ExportProvider.GetExportedValue<DiagnosticAnalyzerInfoCache.SharedGlobalCache>();
Microsoft.CodeAnalysis.CSharp.Features (1)
QuickInfo\CSharpDiagnosticAnalyzerQuickInfoProvider.cs (1)
28internal sealed class CSharpDiagnosticAnalyzerQuickInfoProvider(DiagnosticAnalyzerInfoCache.SharedGlobalCache globalCache) : CommonQuickInfoProvider
Microsoft.CodeAnalysis.Features (2)
Diagnostics\Service\DiagnosticAnalyzerService.cs (2)
28DiagnosticAnalyzerInfoCache.SharedGlobalCache globalCache, 57DiagnosticAnalyzerInfoCache.SharedGlobalCache globalCache,
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (2)
27DiagnosticAnalyzerInfoCache.SharedGlobalCache globalCache, 33private readonly DiagnosticAnalyzerInfoCache.SharedGlobalCache _globalCache = globalCache;
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
37DiagnosticAnalyzerInfoCache.SharedGlobalCache diagnosticAnalyzerInfoCache,