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