1 implementation of IDiagnosticsRefresher
Microsoft.CodeAnalysis.Features (1)
Diagnostics\IDiagnosticsRefresher.cs (1)
36
internal 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)
28
IDiagnosticsRefresher
diagnosticsRefresher,
58
private readonly
IDiagnosticsRefresher
_diagnosticsRefresher;
77
IDiagnosticsRefresher
diagnosticsRefresher,
ExternalAccess\VSTypeScript\VSTypeScriptDiagnosticAnalyzerService.cs (1)
17
internal sealed class VSTypeScriptAnalyzerService(
IDiagnosticsRefresher
refresher) : IVSTypeScriptDiagnosticAnalyzerService
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
31
internal abstract class AbstractCopilotCodeAnalysisService(
IDiagnosticsRefresher
diagnosticsRefresher) : ICopilotCodeAnalysisService
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
41
IDiagnosticsRefresher
diagnosticsRefresher