5 references to Feature
Microsoft.CodeAnalysis.CSharp (4)
Compilation\CSharpCompilation.cs (4)
199internal bool FeatureStrictEnabled => Feature("strict") != null; 207internal bool IsPeVerifyCompatEnabled => LanguageVersion < LanguageVersion.CSharp7_2 || Feature("peverify-compat") != null; 213internal bool FeatureDisableLengthBasedSwitch => Feature("disable-length-based-switch") != null; 287return Feature("run-nullable-analysis") switch
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2049Return Me.Feature("strict") IsNot Nothing