2 overrides of IsLanguageVersionSupported
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer.cs (1)
21
protected override bool
IsLanguageVersionSupported
(Compilation compilation)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer.vb (1)
19
Protected Overrides Function
IsLanguageVersionSupported
(compilation As Compilation) As Boolean
1 reference to IsLanguageVersionSupported
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseIsNullForReferenceEqualsDiagnosticAnalyzer.cs (1)
35
if (objectType != null &&
IsLanguageVersionSupported
(context.Compilation))