2 overrides of GetSupportedErrorCodes
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilerDiagnosticAnalyzer.cs (1)
28internal override ImmutableArray<int> GetSupportedErrorCodes()
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilerDiagnosticAnalyzer.vb (1)
22Friend Overrides Function GetSupportedErrorCodes() As ImmutableArray(Of Integer)
1 reference to GetSupportedErrorCodes
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilerDiagnosticAnalyzer.cs (1)
25var errorCodes = this.GetSupportedErrorCodes();