2 types derived from AnalyzerUpdateArgsId
Microsoft.CodeAnalysis.Features (2)
Diagnostics\AbstractHostDiagnosticUpdateSource.cs (1)
170
private sealed class HostArgsId :
AnalyzerUpdateArgsId
Diagnostics\LiveDiagnosticUpdateArgsId.cs (1)
9
internal class LiveDiagnosticUpdateArgsId :
AnalyzerUpdateArgsId
1 reference to AnalyzerUpdateArgsId
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
550
else if (e.Id is
AnalyzerUpdateArgsId
analyzer)