Base:
method
GetSupportedErrorCodes
Microsoft.CodeAnalysis.Diagnostics.CompilerDiagnosticAnalyzer.GetSupportedErrorCodes()
2 references to GetSupportedErrorCodes
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
LanguageServer\CSharpLspBuildOnlyDiagnosticsTests.cs (1)
25var supported = new CSharpCompilerDiagnosticAnalyzer().GetSupportedErrorCodes();
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (1)
140var supported = ((CSharpCompilerDiagnosticAnalyzer)OtherAnalyzers[0]).GetSupportedErrorCodes();