1 implementation of IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
36internal sealed class DefaultDiagnosticsRefresher() : IDiagnosticsRefresher
5 references to IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (5)
Diagnostics\IDiagnosticsRefresher.cs (1)
33[Export(typeof(IDiagnosticsRefresher)), Shared]
Diagnostics\Service\DiagnosticAnalyzerService.cs (3)
27IDiagnosticsRefresher diagnosticsRefresher, 51private readonly IDiagnosticsRefresher _diagnosticsRefresher; 56IDiagnosticsRefresher diagnosticsRefresher,
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
17internal sealed class VSTypeScriptAnalyzerService(IDiagnosticsRefresher refresher) : IVSTypeScriptDiagnosticAnalyzerService