1 implementation of IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
36internal sealed class DefaultDiagnosticsRefresher() : IDiagnosticsRefresher
7 references to IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (5)
Diagnostics\IDiagnosticsRefresher.cs (1)
33[Export(typeof(IDiagnosticsRefresher)), Shared]
Diagnostics\Service\DiagnosticAnalyzerService.cs (3)
28IDiagnosticsRefresher diagnosticsRefresher, 58private readonly IDiagnosticsRefresher _diagnosticsRefresher; 77IDiagnosticsRefresher diagnosticsRefresher,
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
17internal sealed class VSTypeScriptAnalyzerService(IDiagnosticsRefresher refresher) : IVSTypeScriptDiagnosticAnalyzerService
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
31internal abstract class AbstractCopilotCodeAnalysisService(IDiagnosticsRefresher diagnosticsRefresher) : ICopilotCodeAnalysisService
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
41IDiagnosticsRefresher diagnosticsRefresher