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