11 implementations of GetAnalyzerCategory
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerDriver\DiagnosticAnalyzerDriverTests.cs (1)
190public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\EditAndContinueDiagnosticAnalyzer.cs (1)
31public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
Diagnostics\AbstractSuppressionAllCodeTests.cs (1)
161public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
1284public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
2502Public Function GetAnalyzerCategory() As DiagnosticAnalyzerCategory Implements IBuiltInAnalyzer.GetAnalyzerCategory
Microsoft.CodeAnalysis.ExternalAccess.FSharp (3)
Internal\Diagnostics\FSharpDocumentDiagnosticAnalyzer.cs (1)
95public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Internal\Diagnostics\FSharpSimplifyNameDiagnosticAnalyzer.cs (1)
73public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Internal\Diagnostics\FSharpUnusedDeclarationsAnalyzer.cs (1)
75public DiagnosticAnalyzerCategory GetAnalyzerCategory()
Microsoft.CodeAnalysis.Features (3)
AbstractBuiltInCodeStyleDiagnosticAnalyzer.cs (1)
115public abstract DiagnosticAnalyzerCategory GetAnalyzerCategory();
AbstractCodeQualityDiagnosticAnalyzer.cs (1)
38public abstract DiagnosticAnalyzerCategory GetAnalyzerCategory();
Diagnostics\Analyzers\UnboundIdentifiersDiagnosticAnalyzerBase.cs (1)
94public DiagnosticAnalyzerCategory GetAnalyzerCategory()
2 references to GetAnalyzerCategory
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Diagnostics\DiagnosticServiceTests.vb (1)
2502Public Function GetAnalyzerCategory() As DiagnosticAnalyzerCategory Implements IBuiltInAnalyzer.GetAnalyzerCategory
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\DiagnosticAnalyzerExtensions.cs (1)
17IBuiltInAnalyzer builtInAnalyzer => builtInAnalyzer.GetAnalyzerCategory(),