1 implementation of IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
36
internal 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)
27
IDiagnosticsRefresher
diagnosticsRefresher,
51
private readonly
IDiagnosticsRefresher
_diagnosticsRefresher;
56
IDiagnosticsRefresher
diagnosticsRefresher,
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
17
internal sealed class VSTypeScriptAnalyzerService(
IDiagnosticsRefresher
refresher) : IVSTypeScriptDiagnosticAnalyzerService