1 instantiation of VisualStudioDiagnosticIdCache
Microsoft.VisualStudio.LanguageServices (1)
TaskList\VisualStudioDiagnosticIdCache.cs (1)
32
return new
VisualStudioDiagnosticIdCache
(
7 references to VisualStudioDiagnosticIdCache
Microsoft.VisualStudio.LanguageServices (7)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
152
var
diagnosticCache = workspaceImpl.Services.GetRequiredService<
VisualStudioDiagnosticIdCache
>();
TaskList\ExternalErrorDiagnosticUpdateSource.cs (3)
43
private readonly
VisualStudioDiagnosticIdCache
_diagnosticCache;
72
_diagnosticCache = workspace.Services.GetRequiredService<
VisualStudioDiagnosticIdCache
>();
330
private sealed class InProgressState(Solution solution,
VisualStudioDiagnosticIdCache
diagnosticIdCache)
TaskList\VisualStudioDiagnosticIdCache.cs (2)
23
[ExportWorkspaceServiceFactory(typeof(
VisualStudioDiagnosticIdCache
)), Shared]
189
internal readonly struct TestAccessor(
VisualStudioDiagnosticIdCache
diagnosticCache)